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
*
pim: handle return code to fix a couple of coverity issues
Jafar Al-Gharaibeh
2024-12-19
1
-3
/
+9
*
Merge pull request #17252 from nabahr/mcast-mode
Rafael Zalamena
2024-12-16
1
-68
/
+24
|
\
|
*
pimd: Refactor pim NHT
Nathan Bahr
2024-12-13
1
-68
/
+24
*
|
pimd,pim6d: optimize multicast prefix generation
Rafael Zalamena
2024-12-13
1
-19
/
+7
|
/
*
pimd: move all MSDP code to its own place
Rafael Zalamena
2024-12-11
1
-0
/
+6
*
pim6d: fix coverity scan warning
Rafael Zalamena
2024-11-18
1
-2
/
+6
*
pimd: fix check-patch warning
Rafael Zalamena
2024-11-13
1
-2
/
+1
*
pim6d: support embedded-rp
Rafael Zalamena
2024-11-13
1
-0
/
+255
*
pimd: Add AutoRP functionality to PIMD
Nathan Bahr
2024-09-24
1
-1
/
+4
*
*: Create termtable specific temp memory
Donald Sharp
2024-09-01
1
-1
/
+1
*
pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node
Nathan Bahr
2024-07-16
1
-8
/
+5
*
pimd: refactor `pim_rp_set_upstream_addr`
David Lamparter
2024-06-26
1
-10
/
+7
*
pimd: fix misplaced braces/logic error
David Lamparter
2024-06-26
1
-2
/
+2
*
pimd: add debugs for i-am-RP state
David Lamparter
2024-06-20
1
-0
/
+6
*
pimd: Make some not very needed debugs more restrictive
Donald Sharp
2024-01-11
1
-1
/
+1
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-3
/
+1
*
pimd, pim6d: Don't track nexthop for RP 0.0.0.0 & 0::0
Sarita Patra
2023-02-28
1
-0
/
+8
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
pimd, pim6d: Fix rp-info OIF having PIM disabled interface
Sarita Patra
2022-10-26
1
-1
/
+3
*
pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim rp-info" command o...
Abhishek N R
2022-08-17
1
-25
/
+36
*
pimd,pim6d: Set RP to true if the address matches, ignore prefix-length
Mobashshera Rasool
2022-07-13
1
-5
/
+5
*
pim6d: Pass pim_addr for pim_nht callbacks.
sarita patra
2022-07-06
1
-18
/
+18
*
pim6d: Adjust rpf_addr in rp_info
sarita patra
2022-07-06
1
-68
/
+53
*
pimd: Cleanup rpf lookup debug to help us figure out what is going on
Donald Sharp
2022-06-14
1
-4
/
+9
*
pimd: Allow the LPM match work properly with prefix lists and normal rp's
Donald Sharp
2022-05-26
1
-5
/
+27
*
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
2022-05-06
1
-0
/
+1
*
pim6d: Implementing "show ipv6 pim rp-info" CLI
Abhishek N R
2022-03-29
1
-9
/
+4
*
pimd: Show all groups matched by an arbitrary prefix for `pim rp-info`
Donatas Abraitis
2022-03-17
1
-1
/
+1
*
pimd: Show group-type under `show ip pim rp-info`
Donatas Abraitis
2022-03-12
1
-3
/
+19
*
pim6d: fix some IPv6 confusion in RP code
David Lamparter
2022-03-11
1
-57
/
+33
*
pimd: RP code indentation adjustment
David Lamparter
2022-03-11
1
-85
/
+78
*
pim6d: Modify pim_rp_find_exact and pim_rp_find_match_group
Mobashshera Rasool
2022-03-08
1
-7
/
+7
*
pim6d: Modify pim_rp_del for PIMv4/PIMv6
Mobashshera Rasool
2022-03-08
1
-24
/
+9
*
pim6d: Modify pim_rp_find_prefix_list for PIMv6
Mobashshera Rasool
2022-03-08
1
-6
/
+7
*
pim6d: Modify pim_rp_g for PIMv4/PIMv6
Mobashshera Rasool
2022-03-08
1
-16
/
+2
*
pim6d: Modify pim_rp_i_am_rp for PIMv4/PIMv6
Mobashshera Rasool
2022-03-08
1
-10
/
+2
*
pim6d: Modify pim_rp_set_upstream_addr for PIMv4/PIMv6
Mobashshera Rasool
2022-03-08
1
-26
/
+22
*
pim6d: Add pim_get_all_mcast_group api
Mobashshera Rasool
2022-03-08
1
-4
/
+5
*
pim6d: Modify pim_rp_change api for pimv6
Mobashshera Rasool
2022-03-08
1
-10
/
+13
*
pim6d: Modify pim_rp_new for pimv6
Mobashshera Rasool
2022-03-08
1
-18
/
+10
*
pim6d: Return type and parameter changes for api pim_rp_del_config
Mobashshera Rasool
2022-03-08
1
-17
/
+13
*
pim6d: Adding the rp clis to show-running
Mobashshera Rasool
2022-03-08
1
-11
/
+8
*
Merge pull request #10657 from patrasar/pim_remove_in_addr_none
David Lamparter
2022-03-02
1
-22
/
+17
|
\
|
*
pimd: fix stray comment referencing INADDR_NONE
David Lamparter
2022-03-02
1
-1
/
+1
|
*
pimd: replace inaddr_none with PIMADDR_ANY
sarita patra
2022-03-01
1
-21
/
+16
*
|
pim6d: remove `PIM_V6_TEMP_BREAK`
David Lamparter
2022-02-16
1
-1
/
+1
|
/
*
pim6d: IPv6-adjust iface primary/DR addrs
David Lamparter
2022-02-14
1
-2
/
+4
*
pim6d: IPv6-adjust pim_upstream addr
David Lamparter
2022-02-14
1
-6
/
+10
*
pim6d: IPv6-adjust neigh->source_addr
David Lamparter
2022-02-14
1
-5
/
+7
*
pim6d: prepare/stub pim_rp_* functions for IPv6
David Lamparter
2022-02-14
1
-28
/
+35
[next]