Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd assert when no route to source from a new igmp join | Donald Sharp | 2015-06-21 | 1 | -1/+6 |
| | | | | | | | | | When pim_upstream_new is called the code looks up the nexthop. If there is no route to the source, the code silently ignored the error returned. When the nexthop lookup fails don't create the 'struct pim_stream *' to return. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | pimd: Clean-up. | Everton Marques | 2015-02-04 | 1 | -3/+0 |
| | |||||
* | 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] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+686 |