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/+2 |
| | |||||
* | Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted | Paul Jakma | 2015-10-28 | 1 | -0/+2 |
|\ | |||||
| * | *: make sure zebra.h is always included first | David Lamparter | 2015-10-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | quagga: Additional centos 6 -enable-werror fixes | Donald Sharp | 2015-10-27 | 1 | -10/+12 |
|/ | | | | | | | | | | This commit fixes these warnings: 1) bgpd/bgp_nexthop.c - dereferencing pointer 'X' does break strict-aliasing rules 2) pimd/pim_igmp_join.c - dereferencing pointer 'X' does break strict-aliasing rules 3) ripd/ripd.c - 'ifaddr.prefixlen' may be used uninitialized in this function Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | [pim] Compile fixes for FreeBSD. | User | 2015-02-04 | 1 | -0/+6 |
| | |||||
* | [pim] Command line tool to test IGMPv3 join. | Everton Marques | 2015-02-04 | 1 | -0/+61 |