summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ifchannel.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp2015-10-271-4/+6
| | | | | | | | pimd is very chatty without any pim debugs turned on. This commit fixes a bunch of the debugs to be protected by appropriate pim debug statement. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* pimd: Reduce informative mandatory logging.Everton Marques2015-02-041-28/+28
|
* 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] Initial pim 0.155Everton Marques2015-02-041-0/+893