summaryrefslogtreecommitdiffstats
path: root/pimd/pim_hello.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Limit pim hello log messagesDonald Sharp2015-12-081-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 commandsBalaji.G2015-02-041-2/+2
| | | | | Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically
* pimd: fix wtf codeDavid Lamparter2015-02-041-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 * interminglingDavid Lamparter2015-02-041-7/+7
|
* pimd: fix format stringsDavid Lamparter2015-02-041-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 messagesEverton Marques2015-02-041-1/+1
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+529