Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFO | David Lamparter | 2015-10-16 | 1 | -2/+2 |
| | | | | | | | Solaris uses the same socket API for IP_PKTINFO as Linux, but doesn't have a SOL_IP define. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | pimd: cast to sockaddr_in to sockaddr | David Lamparter | 2015-04-21 | 1 | -2/+3 |
| | | | | | | | While glibc seems to have something in the system headers that prevents this from triggering a warning, FreeBSD doesn't. Fix the warning. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | pimd: fix worst char * <> uint8_t * intermingling | David Lamparter | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * 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] T41 DONE ssmping support | Everton Marques | 2015-02-04 | 1 | -9/+110 |
| | |||||
* | [pim] Hooks for ssmpingd support | Everton Marques | 2015-02-04 | 1 | -1/+303 |
| | |||||
* | [pim] Skeleton for ssmpingd support | Everton Marques | 2015-02-04 | 1 | -0/+45 |