summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* pimd: Why was pim including zebra headers?Donald Sharp2018-09-231-2/+0
* pimd: Add a debug to tell why we are not creating upsteam stateDonald Sharp2018-09-211-2/+7
* pimd: use bool instead of int to pass true/falseDonald Sharp2018-09-171-1/+1
* pimd: Actually create vif's in non-integrated configDonald Sharp2018-09-171-1/+1
* pimd: Abstract a RPF change for upstream handlingDonald Sharp2018-08-011-56/+58
* pimd: Abstract sending of data to peersDonald Sharp2018-07-311-17/+25
* Merge pull request #2641 from donaldsharp/pim_igmp_drRuss White2018-07-231-15/+16
|\
| * pimd: Do not create upstream state when not DR for igmp requestDonald Sharp2018-07-101-15/+16
* | pimd: Remove duplicate parameter to functionsDonald Sharp2018-07-071-6/+6
|/
* eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-1/+1
* pimd: Remove redistribution requestDonald Sharp2018-06-281-27/+1
* pimd: Allow interface to move in and out of vrfsDonald Sharp2018-05-121-2/+33
* pimd: Move some data tracking variables per VRFDonald Sharp2018-03-181-6/+6
* pimd: make igmp_source_forward_reevaluate_all vrf awareDonald Sharp2018-03-181-37/+29
* pimd: Make the rpf scan per vrf.Donald Sharp2018-03-181-141/+101
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+7
* pimd: No need to assert on the redist_defaultDonald Sharp2018-01-231-2/+0
* pim: fix compilation issue with pimPhilippe Guibert2018-01-221-6/+6
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* pimd: Fix crash with debug and ifp changesDonald Sharp2017-10-311-2/+5
* pimd: Cleanup vrf SA issues exposed by recent commitsDonald Sharp2017-10-251-1/+5
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-3/+3
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-7/+4
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-10/+5
* pimd: Cleanup a variety of SA issuesDonald Sharp2017-08-251-0/+7
* pimd: Allow installation of NULL mroute in some situationsDonald Sharp2017-07-241-3/+7
* pimd: Ensure that (S,G) output is consistentDonald Sharp2017-07-241-1/+1
* pimd: Allow pim to work in vrf's without explicitly configuring the vrf deviceDonald Sharp2017-07-241-0/+17
* pimd: Remove knowledge of HAVE_TCP_ZEBRA from pimDonald Sharp2017-07-241-9/+0
* lib, pimd, zebra: Allow pim to set pimregX into appropriate vrfDonald Sharp2017-07-241-15/+33
* pimd: Cleanup some basic crashes from mistakes made converting to vrfDonald Sharp2017-07-241-1/+1
* pimd: Convert pim_cmd.c to use correct pim instanceDonald Sharp2017-07-241-2/+5
* pimd: Fix crash associated with pim_ifp not actually being created yetDonald Sharp2017-07-241-2/+1
* pimd: Cleanup pim_ssm.c to use 'struct pim_instance *'Donald Sharp2017-07-241-3/+4
* pimd: Make XX_forward_start 'struct pim_instance *' awareDonald Sharp2017-07-241-43/+60
* pimd: Convert channel_oil_hash and list into 'struct pim_instance *'Donald Sharp2017-07-241-15/+27
* pimd: Convert vif and ifindex lookups to use 'struct pim_instance *'Donald Sharp2017-07-241-13/+16
* pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp2017-07-241-3/+4
* pimd: Remove pimg from pim_upstream.cDonald Sharp2017-07-241-81/+110
* pimd: pim_rp.c -> convert pimg to pimDonald Sharp2017-07-241-2/+4
* pimd: Remove pimg from pim_nht.c in totalityDonald Sharp2017-07-241-9/+11
* pimd: Add 'struct pim_instance' to find_or_track_nexthopDonald Sharp2017-07-241-2/+4
* pimd: Refactor some functionsDonald Sharp2017-07-241-12/+4
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-6/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-967/+1027
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-2/+2
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* Merge pull request #576 from chiragshah6/pim_devDavid Lamparter2017-05-301-0/+4
|\