Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd: Limit pim hello log messages | Donald Sharp | 2015-12-08 | 1 | -47/+68 |
| | | | | | | | | pimd was outputting allot of data surrounding pim hello packets. In addition the debugging was inconsistent and not all turned on via 'debug pim packet hello'. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | pimd: Addition of Hello & Join-Prune message debug commands | Balaji.G | 2015-02-04 | 1 | -2/+2 |
| | | | | | Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically | ||||
* | pimd: fix wtf code | David Lamparter | 2015-02-04 | 1 | -2/+2 |
| | | | | | | | * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf | ||||
* | pimd: fix worst char * <> uint8_t * intermingling | David Lamparter | 2015-02-04 | 1 | -7/+7 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * pim_igmp.c, * pim_igmpv3.c, * pim_pim.c, * pim_tlv.c: use %zu / %zd for size_t/ssize_t * pim_iface.c, * pim_ifchannel.c, * pim_mroute.c, * pim_neighbor.c, * pim_oil.c, * pim_ssmpingd.c, * pim_upstream.c: %zu for size_t * pim_cmd.c: %zu + a few (long long) casts for int64_t * pim_hello.c: %td for ptrdiff_t | ||||
* | [pim] Clean-up log messages | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+529 |