summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-4/+4
* pimd: Cleanup interface startupDonald Sharp2015-10-271-16/+10
* pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp2015-10-271-1/+1
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-271-2/+2
* *: add VRF ID in the API message headerFeng Lu2015-06-031-16/+22
* pimd: mask unused zclient_broken()David Lamparter2015-04-211-0/+2
* Revert "pimd: clear zclient-update: Reset zclient update connection to zebra ...David Lamparter2015-02-041-1/+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-041-2/+2
* pimd: Report del_oif() failure within igmp_source_forward_stop().Everton Marques2015-02-041-10/+19
* pimd: Revert: Explicitly restart zclient update connection.Everton Marques2015-02-041-2/+0
* pimd: Explicitly restart zclient update connection.Everton Marques2015-02-041-1/+4
* pimd: Fix attempted out of bounds read when deleteing an interface.Savannah SR#1085422015-02-041-3/+9
* pimd: Fix igmp_source_forward_stop called when IGMP forwarding flag is not se...Savannah SR#1085422015-02-041-2/+16
* pim: Remove connected addresses on loss of zebra connection.Everton Marques2015-02-041-1/+3
* pimd: Reduce informative mandatory logging.Everton Marques2015-02-041-7/+13
* pimd: -z command-line switch to specify zebra socket path.Everton Marques2015-02-041-2/+5
* pimd: clear zclient-update: Reset zclient update connection to zebra daemonEverton Marques2015-02-041-19/+18
* pimd: Withstand zclient connection restablishment.Everton Marques2015-02-041-10/+8
* pimd: Prevent interfaces' addresses duplication when zebra connection is rest...Everton Marques2015-02-041-1/+19
* pimd: FIXED C14 T32 Detection of interface primary address changes may fail.Everton Marques2015-02-041-7/+31
* C18 MFC never recovers from removal of static route to sourceEverton Marques2015-02-041-2/+5
* pimd: fix wtf codeDavid Lamparter2015-02-041-1/+1
* [pim] debug mrouteEverton Marques2015-02-041-0/+44
* [pim] More RPF cache refresh statisticsEverton Marques2015-02-041-0/+1
* [pim] RPF cache refresh statisticsEverton Marques2015-02-041-1/+9
* [pim] Log physical interface up/downEverton Marques2015-02-041-1/+7
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+1172