summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp2021-05-121-2/+2
* pimd: cleanup & convert bsm_rpinfo to TS listDavid Lamparter2021-05-031-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* pimd : Added the command to clear the pim bsr data.vdhingra2021-01-081-1/+1
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* Merge pull request #6145 from patrasar/pim_nb_code_upstreamDonald Sharp2020-11-191-33/+0
|\
| * pimd: Northbound implementation for rp commands.Sarita Patra2020-11-061-33/+0
* | pimd: replace inet_ntoaMark Stapp2020-10-221-9/+18
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-89/+41
* | *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-4/+4
|/
* 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