index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_nht.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pim6d: IPv6-adjust neigh->source_addr
David Lamparter
2022-02-14
1
-9
/
+26
*
pim6d: IPv6-adjust various pim_sgaddr uses
David Lamparter
2022-02-14
1
-4
/
+1
*
Merge pull request #10292 from opensourcerouting/pim6-addr-aux
Donald Sharp
2022-02-08
1
-1
/
+1
|
\
|
*
pimd: move, rename and deploy pim_addr_is_any()
David Lamparter
2022-01-17
1
-1
/
+1
*
|
pim: Use INADDR_ANY for current_bsr checking is valid yet
Donald Sharp
2022-02-04
1
-0
/
+8
|
/
*
pimd: add back blocking RPF for BSM
David Lamparter
2021-11-17
1
-154
/
+74
*
pimd: clean up BSR NHT & fix parallel links
David Lamparter
2021-11-17
1
-67
/
+144
*
*: Add resolve via default flag
Donald Sharp
2021-09-27
1
-1
/
+2
*
pimd: Remove pim->vrf_id and use pim->vrf->vrf_id
Donald Sharp
2021-05-12
1
-8
/
+11
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-1
/
+1
*
pimd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-2
/
+2
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-41
/
+23
*
*: make failure to decode nht update an error
Quentin Young
2020-10-01
1
-4
/
+2
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+1
*
pimd: if_lookup_by_index can fail handle it appropriately
Donald Sharp
2020-04-17
1
-1
/
+5
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-63
/
+55
*
*: Return bool type for bool functions
Donatas Abraitis
2020-03-04
1
-7
/
+7
*
Merge pull request #5896 from patrasar/2409015
Donald Sharp
2020-03-04
1
-1
/
+1
|
\
|
*
pimd: neighbor needed true in pim nexthop lookup
Sarita Patra
2020-03-03
1
-1
/
+1
*
|
pimd: handle nht metric change correctly
Anuradha Karuppiah
2020-02-14
1
-0
/
+7
|
/
*
pimd: Convert the upstream_list and hash to a rb tree
Donald Sharp
2020-01-03
1
-3
/
+2
*
pimd: RPF change to unreachable was leaving a stale entry in the jp-agg list
Anuradha Karuppiah
2019-11-15
1
-8
/
+10
*
pimd: add caller string prefix to pim_rpf_update logs
Anuradha Karuppiah
2019-11-15
1
-1
/
+1
*
pimd: set mfcc_parent at the time of MFCC programming
Anuradha Karuppiah
2019-11-15
1
-17
/
+1
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
*
pimd: Zebra Route Updates are missing at pim
Satheesh Kumar K
2019-07-24
1
-2
/
+8
*
pimd: Remove unnecessary boolean to pim_rpf_update
Donald Sharp
2019-06-07
1
-1
/
+1
*
Merge pull request #4239 from sarav511/rp
Jafar Al-Gharaibeh
2019-05-28
1
-2
/
+174
|
\
|
*
pimd: Implement nexthop match where if given address match any of the next ho...
saravanank
2019-05-15
1
-0
/
+163
|
*
pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.
saravanank
2019-05-15
1
-2
/
+11
*
|
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-3
/
+2
|
/
*
pimd: Add a flag PIM_NEXTHOP_ANSWER_RECEIVED
Donald Sharp
2019-04-05
1
-3
/
+6
*
pimd: Tracking of RPF is *separate* from the lookup
Donald Sharp
2019-04-05
1
-9
/
+22
*
pimd: Zero out nhop being used
Donald Sharp
2019-04-05
1
-0
/
+2
*
pimd: Remove pim_resolve_upstream_nh
Donald Sharp
2019-04-02
1
-39
/
+0
*
Merge pull request #3863 from patrasar/RP_addition_deletion_changes
Donald Sharp
2019-03-20
1
-9
/
+48
|
\
|
*
pimd: Handling delete nexthop track for PIM upstream address
Sarita Patra
2019-02-25
1
-1
/
+25
|
*
pimd: clear upstream rpf information when RP becomes not reachable
Sarita Patra
2019-02-25
1
-1
/
+1
|
*
pimd: clear rp_info source_nexthop when RP becomes not reachable
Sarita Patra
2019-02-25
1
-3
/
+17
|
*
pimd: Handling Null incoming interface of dummy upstream
Sarita Patra
2019-02-25
1
-4
/
+5
*
|
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-2
/
+2
|
/
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
pimd: fix bogus uninitialized warning
David Lamparter
2018-08-08
1
-1
/
+1
*
pimd: Abstract a RPF change for upstream handling
Donald Sharp
2018-08-01
1
-52
/
+2
*
pimd: Abstract sending of data to peers
Donald Sharp
2018-07-31
1
-17
/
+1
*
pimd: uninitialized memory access fix
F. Aragon
2018-07-24
1
-0
/
+6
*
Merge pull request #2635 from donaldsharp/more_pim_neighbor
Jafar Al-Gharaibeh
2018-07-19
1
-80
/
+93
|
\
|
*
pimd: Fix up > 80 columns
Donald Sharp
2018-07-07
1
-0
/
+1
|
*
pimd: Remove duplicate parameter to functions
Donald Sharp
2018-07-07
1
-50
/
+27
[next]