summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* pimd: Remove duplicate parameter to functionsDonald Sharp2018-07-071-2/+1
* pimd: There is no reason a IGMP src should need a neighborDonald Sharp2018-07-071-12/+11
* Merge pull request #2371 from gromit1811/pim-rp-lookup-messages-fixDonald Sharp2018-06-051-1/+1
|\
| * pimd: Fix debug messagesMartin Buck2018-06-041-1/+1
* | pimd: Comment spelling fixMartin Buck2018-06-051-1/+1
|/
* pimd: Move some data tracking variables per VRFDonald Sharp2018-03-181-13/+11
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+4
* pimd: Smarten up pim_nexthop_lookupDonald Sharp2017-08-311-0/+8
* pimd: Cleanup some basic crashes from mistakes made converting to vrfDonald Sharp2017-07-241-2/+2
* pimd: Finish up pimg -> pim conversion in pim_rpf.cDonald Sharp2017-07-241-5/+7
* pimd: Make zlookup 'struct pim_instance' awareDonald Sharp2017-07-241-2/+2
* pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp2017-07-241-2/+2
* pimd: Remove pimg from pim_upstream.cDonald Sharp2017-07-241-1/+1
* pimd: Remove pimg from pim_nht.c in totalityDonald Sharp2017-07-241-5/+6
* pimd: Add 'struct pim_instance' to find_or_track_nexthopDonald Sharp2017-07-241-1/+1
* pimd: Refactor some functionsDonald Sharp2017-07-241-10/+4
* pimd: Refactor code to be in better spotsDonald Sharp2017-07-241-0/+18
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-315/+305
* Merge branch 'stable/3.0'David Lamparter2017-06-061-6/+7
|\
| * pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah2017-05-181-6/+7
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
|/
* pimd: Fix WG/SGRpt & WG J/P processingChirag Shah2017-05-071-2/+1
* pimd: fix pimd crashes around pim rpfChirag Shah2017-04-251-5/+8
* pimd: Pim Nexthop Tracking support with ECMPChirag Shah2017-04-251-20/+47
* Merge pull request #280 from donaldsharp/more_pimJafar Al-Gharaibeh2017-03-211-3/+23
|\
| * pimd: Consider interface change a RPF_CHANGED eventDonald Sharp2017-03-161-1/+3
| * pimd: Nexthop tracking supportChirag Shah2017-03-161-2/+20
* | *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
|/
* pimd: Join/Prune AggregationDonald Sharp2017-03-021-2/+2
* pimd: Refactor pim_rpf_update to take a 'struct pim_rpf'Donald Sharp2017-02-241-13/+14
* pimd: Cleanup compile warningsDonald Sharp2017-01-191-2/+2
* Merge remote-tracking branch 'origin/master' into pim_lib_work2Donald Sharp2017-01-181-1/+0
|\
| * build: remove $Format tagsDavid Lamparter2016-12-201-2/+0
* | pimd: Fix core when bouncing interfacesDonald Sharp2016-12-221-1/+2
* | pimd: Cleanup nexthop debuggingDonald Sharp2016-12-221-1/+1
* | pim-nexthop: set the correct nexthop address in the rpf info.anuradhak2016-12-221-6/+6
* | pimd: Allow storing of sg in string formatDonald Sharp2016-12-221-4/+4
* | pimd: Add the ability to test if the RPF' is the sameDonald Sharp2016-12-221-0/+9
* | pimd: When nexthop_lookup fails allow a retry.Donald Sharp2016-12-221-5/+1
* | pimd: Add basic nexthop lookup cached information.Donald Sharp2016-12-221-2/+50
* | pimd: Fix pim_nexthop_lookupDonald Sharp2016-12-221-9/+12
* | pimd: replace grp_str[100] with grp_str[INET_ADDRSTRLEN]Daniel Walton2016-12-221-6/+6
* | pimd: Further work to fix rpf lookups and nbrsDonald Sharp2016-12-221-3/+4
* | pimd: Turn off neighbor lookup for the momentDonald Sharp2016-12-221-0/+1
* | pimd: Rework approach for needing nbrsDonald Sharp2016-12-221-51/+70
* | pimd: Use MULTIPATH_NUM for maxpathsDonald Sharp2016-12-221-3/+3
* | pimd: Fix unguarded log messageDonald Sharp2016-12-221-2/+2
* | pimd: Fix up rp initialization breakageDonald Sharp2016-12-221-4/+4