summaryrefslogtreecommitdiffstats
path: root/pimd
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-2612-24/+27
* pimd: Limit pim hello log messagesDonald Sharp2015-12-083-80/+89
* pimd: Fix size_t zlog_err format string warningPaul Jakma2015-10-291-1/+1
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-2810-13/+23
|\
| * pimd: Fix warningMartin Winter2015-10-161-1/+1
| * pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFODavid Lamparter2015-10-162-5/+5
| * *: make sure zebra.h is always included firstDavid Lamparter2015-10-169-7/+17
* | pimd: Cleanup interface startupDonald Sharp2015-10-272-55/+18
* | pimd: Notice when we receive a packet type we can't handle yetDonald Sharp2015-10-271-0/+14
* | pimd: Add knowledge of different packet typesDonald Sharp2015-10-271-0/+6
* | pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp2015-10-277-44/+48
* | pimd: Do not display some default values as part of a show runDonald Sharp2015-10-271-10/+16
* | quagga: Additional centos 6 -enable-werror fixesDonald Sharp2015-10-271-10/+12
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-274-5/+5
|/
* pimd: Fix compile warning (error with Werror) on BSDPaul Jakma2015-09-241-2/+5
* pimd: Remove stdout zlog changesDonald Sharp2015-09-241-17/+1
* pimd: Fix leaked fdDonald Sharp2015-09-241-0/+1
* lib/zclient: Consolidate error reporting for zclient_read_headerDonald Sharp2015-09-241-8/+1
* bgpd/pimd: fix zAPI parsingNicolas Dichtel2015-09-241-27/+24
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* pimd: Create ability to modify hell and hold timers per interfaceDonald Sharp2015-09-033-1/+79
* pimd: Change ioctl call failure from vty_out to zlog_warnDonald Sharp2015-08-211-10/+7
* pimd: Ensure new generation_id is different from previousDonald Sharp2015-08-211-1/+13
* pimd: Stop DR election on every helloDonald Sharp2015-08-211-3/+0
* pimd: Fix first DR ElectionDonald Sharp2015-08-211-20/+20
* pimd: Add ability to set DR Priority for an interfaceDonald Sharp2015-08-214-7/+82
* pimd: add support for configuring multicast static routesJafar Al-Gharaibeh2015-08-217-7/+730
* pim: 'show debugging' collisionDonald Sharp2015-07-291-6/+7
* pimd assert when no route to source from a new igmp joinDonald Sharp2015-06-211-1/+6
* pim_mroute.h has a different version of code than linux/mroute.h providesDonald Sharp2015-06-211-0/+4
* PIMD: Fix code to use srandom/randomDonald Sharp2015-06-216-101/+9
* *: add VRF ID in the API message headerFeng Lu2015-06-032-17/+23
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-024-8/+4
* *: fix "babeld: Remove babeld from Quagga" (336724d)David Lamparter2015-05-201-1/+1
* *: assorted warning fixesDavid Lamparter2015-04-211-0/+1
* pimd: fix out of tree buildDavid Lamparter2015-04-211-1/+1
* build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
* pimd: cast ioctl values when printing themDavid Lamparter2015-04-211-4/+4
* pimd: cast to sockaddr_in to sockaddrDavid Lamparter2015-04-213-4/+7
* pimd: mask unused zclient_broken()David Lamparter2015-04-211-0/+2
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* Revert "pimd: clear zclient-update: Reset zclient update connection to zebra ...David Lamparter2015-02-043-14/+0
* Revert "pim: Remove connected addresses on loss of zebra connection."David Lamparter2015-02-041-3/+1
* Revert "pimd: Explicitly restart zclient update connection."David Lamparter2015-02-041-4/+1
* Revert "pimd: Revert: Explicitly restart zclient update connection."David Lamparter2015-02-041-0/+2
* pimd: Log ifindex found for an interface when zebra lib reports a new connect...Everton Marques2015-02-043-10/+10
* pimd: Fix configuration file reading upon startupDonald Sharp2015-02-041-6/+5
* pimd: Addition of Hello & Join-Prune message debug commandsBalaji.G2015-02-045-5/+68
* pimd: show ip pim lan-prune-delay: Cosmetic.Everton Marques2015-02-041-2/+2
* pimd: Report del_oif() failure within igmp_source_forward_stop().Everton Marques2015-02-042-10/+23