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 | -3/+3 |
| | |||||
* | pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFO | David Lamparter | 2015-10-16 | 1 | -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 first | David Lamparter | 2015-10-16 | 1 | -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 * intermingling | David Lamparter | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | pimd: use socklen_t consistently | David Lamparter | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | [pim] T41 DONE ssmping support | Everton Marques | 2015-02-04 | 1 | -0/+54 |
| | |||||
* | [pim] Command line tool to test IGMPv3 join. | Everton Marques | 2015-02-04 | 1 | -28/+2 |
| | |||||
* | Router Alert option for IGMP packets but not for PIM packets | Leonard Herve | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | [pim] Log physical interface up/down | Everton Marques | 2015-02-04 | 1 | -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 vtysh | Leonard Herve | 2015-02-04 | 1 | -0/+13 |
| | |||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+348 |