summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
AgeCommit message (Expand)Author
2018-03-17pimd: Move some data tracking variables per VRFDonald Sharp
2018-03-17pimd: make igmp_source_forward_reevaluate_all vrf awareDonald Sharp
2018-03-17pimd: Make the rpf scan per vrf.Donald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-01-22pimd: No need to assert on the redist_defaultDonald Sharp
2018-01-22pim: fix compilation issue with pimPhilippe Guibert
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-30pimd: Fix crash with debug and ifp changesDonald Sharp
2017-10-25pimd: Cleanup vrf SA issues exposed by recent commitsDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-08-24pimd: Cleanup a variety of SA issuesDonald Sharp
2017-07-24pimd: Allow installation of NULL mroute in some situationsDonald Sharp
2017-07-24pimd: Ensure that (S,G) output is consistentDonald Sharp
2017-07-24pimd: Allow pim to work in vrf's without explicitly configuring the vrf deviceDonald Sharp
2017-07-24pimd: Remove knowledge of HAVE_TCP_ZEBRA from pimDonald Sharp
2017-07-24lib, pimd, zebra: Allow pim to set pimregX into appropriate vrfDonald Sharp
2017-07-24pimd: Cleanup some basic crashes from mistakes made converting to vrfDonald Sharp
2017-07-24pimd: Convert pim_cmd.c to use correct pim instanceDonald Sharp
2017-07-24pimd: Fix crash associated with pim_ifp not actually being created yetDonald Sharp
2017-07-24pimd: Cleanup pim_ssm.c to use 'struct pim_instance *'Donald Sharp
2017-07-24pimd: Make XX_forward_start 'struct pim_instance *' awareDonald Sharp
2017-07-24pimd: Convert channel_oil_hash and list into 'struct pim_instance *'Donald Sharp
2017-07-24pimd: Convert vif and ifindex lookups to use 'struct pim_instance *'Donald Sharp
2017-07-24pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp
2017-07-24pimd: Remove pimg from pim_upstream.cDonald Sharp
2017-07-24pimd: pim_rp.c -> convert pimg to pimDonald Sharp
2017-07-24pimd: Remove pimg from pim_nht.c in totalityDonald Sharp
2017-07-24pimd: Add 'struct pim_instance' to find_or_track_nexthopDonald Sharp
2017-07-24pimd: Refactor some functionsDonald Sharp
2017-07-24pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: use vty_outlnQuentin Young
2017-05-30Merge pull request #576 from chiragshah6/pim_devDavid Lamparter
2017-05-17pimd: pim bfd supportChirag Shah
2017-05-17pimd: Thread changes allow pim to crash a booDonald Sharp
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-05-08Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp
2017-05-06pimd: fix channel_oil and upstream RPF in syncChirag Shah
2017-04-25pimd: Pim Nexthop Tracking support with ECMPChirag Shah
2017-04-24Merge pull request #345 from chiragshah6/pim_devRenato Westphal
2017-04-06pimd: Pim Nexthop Tracking support with ECMPChirag Shah
2017-04-05Merge branch 'master' into pim_5549Donald Sharp
2017-04-01Merge branch 'master' into pim_5549Donald Sharp
2017-03-31pimd: Cleanup api and stop crashDonald Sharp
2017-03-30Merge branch 'master' into pim-ssmDonald Sharp