summaryrefslogtreecommitdiffstats
path: root/pimd/pim_sock.c
Commit message (Collapse)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-3/+3
|
* pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFODavid Lamparter2015-10-161-3/+3
| | | | | | | 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>
* *: make sure zebra.h is always included firstDavid Lamparter2015-10-161-1/+1
| | | | | | | | zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via <features.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pimd: fix worst char * <> uint8_t * interminglingDavid Lamparter2015-02-041-1/+1
|
* pimd: use socklen_t consistentlyDavid Lamparter2015-02-041-1/+1
|
* [pim] T41 DONE ssmping supportEverton Marques2015-02-041-0/+54
|
* [pim] Command line tool to test IGMPv3 join.Everton Marques2015-02-041-28/+2
|
* Router Alert option for IGMP packets but not for PIM packetsLeonard Herve2015-02-041-2/+2
|
* [pim] Log physical interface up/downEverton Marques2015-02-041-14/+14
| | | | | | | | | [pim] Replace strerror with safe_strerror [pim] Fix PIM socket removal from non-PIM interfaces [pim] show ip igmp querier: left-align Querier string [pim] Version up to 0.157 [pim] Recipe to re-sync with Quagga repository [pim] Build vtysh in development script
* [pim] pim commands added to vtyshLeonard Herve2015-02-041-0/+13
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+348