index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_rp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pimd: Cleanup leaked memory from rp initialization
Donald Sharp
2020-07-16
1
-0
/
+3
*
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-2
/
+4
|
\
|
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+4
*
|
Merge pull request #6025 from patrasar/rp-info-igmp-group-json-fix
Donatas Abraitis
2020-04-23
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
pimd: Added a new field "rpAddress" in "show ip pim rp-info json
Sarita Patra
2020-04-22
1
-0
/
+4
*
|
pimd: don't use strcpy
Quentin Young
2020-04-18
1
-3
/
+3
*
|
Merge pull request #5882 from patrasar/2386429
Donatas Abraitis
2020-03-18
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
pimd: fix pim interface traffic & pim rp-info json command
Sarita Patra
2020-03-17
1
-1
/
+7
*
|
pimd: moving the route_unlock_node outside debug function
saravanank
2020-03-16
1
-1
/
+2
|
/
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-5
/
+4
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-18
/
+18
*
pimd: Convert the upstream_list and hash to a rb tree
Donald Sharp
2020-01-03
1
-9
/
+5
*
Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixes
Jafar Al-Gharaibeh
2019-12-07
1
-16
/
+9
|
\
|
*
pimd: RPF change to unreachable was leaving a stale entry in the jp-agg list
Anuradha Karuppiah
2019-11-15
1
-1
/
+3
|
*
pimd: add caller string prefix to pim_rpf_update logs
Anuradha Karuppiah
2019-11-15
1
-1
/
+1
|
*
pimd: on some triggers use_rpt re-evaluated for all groups
Anuradha Karuppiah
2019-11-15
1
-0
/
+3
|
*
pimd: set mfcc_parent at the time of MFCC programming
Anuradha Karuppiah
2019-11-15
1
-14
/
+2
*
|
pimd: Various buffer overflow reads and crashes
Donald Sharp
2019-11-20
1
-2
/
+2
*
|
Merge pull request #5360 from donaldsharp/pim_crash_rp
Jafar Al-Gharaibeh
2019-11-18
1
-0
/
+4
|
\
\
|
*
|
pimd: Dissallow obvious addresses from being the RP
Donald Sharp
2019-11-18
1
-0
/
+4
|
|
/
*
/
pimd: Tighten up `show ip pim rp-info`
Donald Sharp
2019-11-18
1
-2
/
+2
|
/
*
pimd: `debug igmp trace` turns on non igmp debugs
Donald Sharp
2019-11-12
1
-9
/
+9
*
pimd: Initialize nht_p variable
Donald Sharp
2019-10-25
1
-2
/
+3
*
pimd: Remove unnecessary boolean to pim_rpf_update
Donald Sharp
2019-06-07
1
-1
/
+1
*
pimd: rp_new & rp_del split into 2 tier functions & implement rp_change
saravanank
2019-05-15
1
-61
/
+246
*
pimd: Show RP source in show ip pim rp-info command
saravanank
2019-05-15
1
-4
/
+14
*
pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.
saravanank
2019-05-15
1
-8
/
+10
*
pimd: Tracking of RPF is *separate* from the lookup
Donald Sharp
2019-04-05
1
-67
/
+21
*
pimd: Determining if we are the RP should happen always
Donald Sharp
2019-04-05
1
-4
/
+7
*
pimd: Limit lookup of neighbor since we know we have one
Donald Sharp
2019-04-02
1
-4
/
+3
*
Merge pull request #4040 from donaldsharp/pim_cleanup
Jafar Al-Gharaibeh
2019-04-01
1
-25
/
+4
|
\
|
*
pimd: Reduce RP checks a bit
Donald Sharp
2019-03-28
1
-25
/
+4
*
|
pimd: Interfaces can be upto 16 characters
Donald Sharp
2019-03-27
1
-3
/
+3
|
/
*
Merge pull request #3863 from patrasar/RP_addition_deletion_changes
Donald Sharp
2019-03-20
1
-3
/
+164
|
\
|
*
pimd: update pim upstream structure when RP gets deleted
Sarita Patra
2019-02-25
1
-0
/
+49
|
*
pimd: update pim upstream structure when RP gets configured
Sarita Patra
2019-02-25
1
-2
/
+113
|
*
pimd: create dummy (*,G) upstream when RP not configured/reachable
Sarita Patra
2019-02-25
1
-1
/
+2
*
|
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
|
/
*
pimd: reject inconsistent address/mask "ip pim rp command"
Sarita Patra
2019-02-08
1
-1
/
+11
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-3
/
+3
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-1
/
+1
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-3
/
+3
*
bgpd, ospfd, pimd, zebra: Convert more use_json locations to bool
Don Slice
2018-09-04
1
-2
/
+1
*
Merge pull request #2849 from patrasar/memory_leak_nht
Russ White
2018-08-16
1
-0
/
+2
|
\
|
*
pimd: Fix memory leak pim nexthop creation
Sarita Patra
2018-08-16
1
-0
/
+2
*
|
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-3
/
+3
*
|
pimd: Add pim_errors and define some pim specific errors
Donald Sharp
2018-08-14
1
-1
/
+2
*
|
pimd: Convert over to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-2
/
+6
|
/
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-17
/
+0
*
bgpd pimd: return check (Coverity 1472232 1472234)
F. Aragon
2018-08-06
1
-3
/
+3
[next]