summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmp_join.c
Commit message (Collapse)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-1/+2
|
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-281-0/+2
|\
| * *: make sure zebra.h is always included firstDavid Lamparter2015-10-161-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 fixesDonald Sharp2015-10-271-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.User2015-02-041-0/+6
|
* [pim] Command line tool to test IGMPv3 join.Everton Marques2015-02-041-0/+61