summaryrefslogtreecommitdiffstats
path: root/pimd/pim_nht.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* pimd: fix bogus uninitialized warningDavid Lamparter2018-08-081-1/+1
* pimd: Abstract a RPF change for upstream handlingDonald Sharp2018-08-011-52/+2
* pimd: Abstract sending of data to peersDonald Sharp2018-07-311-17/+1
* pimd: uninitialized memory access fixF. Aragon2018-07-241-0/+6
* Merge pull request #2635 from donaldsharp/more_pim_neighborJafar Al-Gharaibeh2018-07-191-80/+93
|\
| * pimd: Fix up > 80 columnsDonald Sharp2018-07-071-0/+1
| * pimd: Remove duplicate parameter to functionsDonald Sharp2018-07-071-50/+27
| * pimd: Refactor function to use pim_ecmp_nexthop_lookupDonald Sharp2018-07-071-23/+7
| * pimd: Figure neighbors -vs- paths when doing RPFDonald Sharp2018-07-071-10/+61
* | pimd: Remove unnecessary alloc failuresDonald Sharp2018-07-081-13/+1
|/
* pimd: Fix connected route nexthop fix from 66f5152fMartin Buck2018-06-081-1/+1
* Merge pull request #2347 from gromit1811/pim-connected-nexthop-fixRuss White2018-06-081-1/+10
|\
| * pimd: Fix nexthop determination when sending towards RPMartin Buck2018-06-051-1/+10
* | pimd: Fix ecmp_enable and ecmp_rebalance_enableDonald Sharp2018-06-071-5/+5
* | pimd: Comment spelling fixMartin Buck2018-06-051-1/+1
|/
* pimd: Move some data tracking variables per VRFDonald Sharp2018-03-181-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-19/+14
* bgpd, pimd: Handle return code for nexthop_decodeDonald Sharp2018-02-051-1/+6
* bgpd, lib, pimd: Make nexthop_update decoding commonDonald Sharp2018-02-051-51/+19
* bgpd, lib, pimd: Abstract commands for nexthop trackingDonald Sharp2018-01-231-27/+1
* pim: fix compilation issue with pimPhilippe Guibert2018-01-221-1/+1
* pimd: Cleanup vrf SA issues exposed by recent commitsDonald Sharp2017-10-251-1/+5
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* scan-build: cleanup some warningsVincent JARDIN2017-10-021-1/+1
* pimd: Remove mroute when RPF is goneDonald Sharp2017-08-111-10/+10
* pimd: Cleanup nht debugsDonald Sharp2017-08-021-6/+8
* pimd: Setup hash names appropriatelyDonald Sharp2017-07-251-1/+6
* pimd: NHT upstream list is inefficientDonald Sharp2017-07-251-111/+104
* pimd: Stop looking when we find a matching nexthopDonald Sharp2017-07-241-12/+16
* pimd: Fixup NHT debugging to be a bit more coherentDonald Sharp2017-07-241-166/+112
* pimd: Put 'struct pim_instance *' as the first function parameterDonald Sharp2017-07-241-3/+3
* pimd: Ensure that (S,G) output is consistentDonald Sharp2017-07-241-2/+2
* pimd: When we get nexthops back we may not have configured pim on all intfsDonald Sharp2017-07-241-2/+4
* pimd: Cleanup some basic crashes from mistakes made converting to vrfDonald Sharp2017-07-241-1/+1
* pimd: Make zlookup 'struct pim_instance' awareDonald Sharp2017-07-241-4/+4
* pimd: Convert vif and ifindex lookups to use 'struct pim_instance *'Donald Sharp2017-07-241-2/+3
* pimd: Remove pimg from pim_upstream.cDonald Sharp2017-07-241-2/+2
* pimd: Remove pimg from pim_nht.c in totalityDonald Sharp2017-07-241-19/+21
* pimd: More refactor for 'struct pim_instance *' for pim_nht.cDonald Sharp2017-07-241-6/+9
* pimd: Add 'struct pim_instance' to find_or_track_nexthopDonald Sharp2017-07-241-5/+5
* pimd: Make nexthop cache pim instance awareDonald Sharp2017-07-241-11/+13
* pimd: Refactor some functionsDonald Sharp2017-07-241-35/+39
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-8/+9
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-976/+973
* pimd: move variable declartion outside of switchChirag Shah2017-06-151-8/+10
* Merge branch 'stable/3.0'David Lamparter2017-05-181-3/+3
|\
| * pimd: Avoid deleting SGRpt entry from PP->P stateChirag Shah2017-05-161-3/+3