summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Cleanup leaked memory from rp initializationDonald Sharp2020-07-161-0/+3
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-2/+4
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-2/+4
* | Merge pull request #6025 from patrasar/rp-info-igmp-group-json-fixDonatas Abraitis2020-04-231-0/+4
|\ \ | |/ |/|
| * pimd: Added a new field "rpAddress" in "show ip pim rp-info jsonSarita Patra2020-04-221-0/+4
* | pimd: don't use strcpyQuentin Young2020-04-181-3/+3
* | Merge pull request #5882 from patrasar/2386429Donatas Abraitis2020-03-181-1/+7
|\ \ | |/ |/|
| * pimd: fix pim interface traffic & pim rp-info json commandSarita Patra2020-03-171-1/+7
* | pimd: moving the route_unlock_node outside debug functionsaravanank2020-03-161-1/+2
|/
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-5/+4
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-18/+18
* pimd: Convert the upstream_list and hash to a rb treeDonald Sharp2020-01-031-9/+5
* Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-071-16/+9
|\
| * pimd: RPF change to unreachable was leaving a stale entry in the jp-agg listAnuradha Karuppiah2019-11-151-1/+3
| * pimd: add caller string prefix to pim_rpf_update logsAnuradha Karuppiah2019-11-151-1/+1
| * pimd: on some triggers use_rpt re-evaluated for all groupsAnuradha Karuppiah2019-11-151-0/+3
| * pimd: set mfcc_parent at the time of MFCC programmingAnuradha Karuppiah2019-11-151-14/+2
* | pimd: Various buffer overflow reads and crashesDonald Sharp2019-11-201-2/+2
* | Merge pull request #5360 from donaldsharp/pim_crash_rpJafar Al-Gharaibeh2019-11-181-0/+4
|\ \
| * | pimd: Dissallow obvious addresses from being the RPDonald Sharp2019-11-181-0/+4
| |/
* / pimd: Tighten up `show ip pim rp-info`Donald Sharp2019-11-181-2/+2
|/
* pimd: `debug igmp trace` turns on non igmp debugsDonald Sharp2019-11-121-9/+9
* pimd: Initialize nht_p variableDonald Sharp2019-10-251-2/+3
* pimd: Remove unnecessary boolean to pim_rpf_updateDonald Sharp2019-06-071-1/+1
* pimd: rp_new & rp_del split into 2 tier functions & implement rp_changesaravanank2019-05-151-61/+246
* pimd: Show RP source in show ip pim rp-info commandsaravanank2019-05-151-4/+14
* pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.saravanank2019-05-151-8/+10
* pimd: Tracking of RPF is *separate* from the lookupDonald Sharp2019-04-051-67/+21
* pimd: Determining if we are the RP should happen alwaysDonald Sharp2019-04-051-4/+7
* pimd: Limit lookup of neighbor since we know we have oneDonald Sharp2019-04-021-4/+3
* Merge pull request #4040 from donaldsharp/pim_cleanupJafar Al-Gharaibeh2019-04-011-25/+4
|\
| * pimd: Reduce RP checks a bitDonald Sharp2019-03-281-25/+4
* | pimd: Interfaces can be upto 16 charactersDonald Sharp2019-03-271-3/+3
|/
* Merge pull request #3863 from patrasar/RP_addition_deletion_changesDonald Sharp2019-03-201-3/+164
|\
| * pimd: update pim upstream structure when RP gets deletedSarita Patra2019-02-251-0/+49
| * pimd: update pim upstream structure when RP gets configuredSarita Patra2019-02-251-2/+113
| * pimd: create dummy (*,G) upstream when RP not configured/reachableSarita Patra2019-02-251-1/+2
* | *: remove null check before XFREEQuentin Young2019-02-261-2/+1
|/
* pimd: reject inconsistent address/mask "ip pim rp command"Sarita Patra2019-02-081-1/+11
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-1/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* bgpd, ospfd, pimd, zebra: Convert more use_json locations to boolDon Slice2018-09-041-2/+1
* Merge pull request #2849 from patrasar/memory_leak_nhtRuss White2018-08-161-0/+2
|\
| * pimd: Fix memory leak pim nexthop creationSarita Patra2018-08-161-0/+2
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* | pimd: Add pim_errors and define some pim specific errorsDonald Sharp2018-08-141-1/+2
* | pimd: Convert over to use LIB_ERR_XXX for zlog_errDonald Sharp2018-08-141-2/+6
|/
* *: ALLOC calls cannot failDonald Sharp2018-08-111-17/+0
* bgpd pimd: return check (Coverity 1472232 1472234)F. Aragon2018-08-061-3/+3