index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Allow 16 bit size for nexthops
Donald Sharp
2024-10-08
2
-3
/
+3
*
pimd: fix a possible crash when enabling debug autorp
Jafar Al-Gharaibeh
2024-10-08
1
-2
/
+2
*
Merge pull request #16955 from anlancs/fix/pimd-add-v4v6-check
Jafar Al-Gharaibeh
2024-10-01
1
-59
/
+48
|
\
|
*
pimd: fix missing IPV4 check
anlan_cs
2024-09-30
1
-59
/
+48
*
|
Merge pull request #16957 from opensourcerouting/pim-fixes
Jafar Al-Gharaibeh
2024-09-30
2
-23
/
+12
|
\
\
|
*
|
pimd: fix northbound error message on delete
Rafael Zalamena
2024-09-30
1
-15
/
+12
|
*
|
pimd: remove unreachable code
Rafael Zalamena
2024-09-30
1
-8
/
+0
|
|
/
*
|
Merge pull request #16938 from btrent98/autorp-topotest
Rafael Zalamena
2024-09-30
3
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
pimd: fix autorp CLI bugs
Barry A. Trent
2024-09-27
3
-6
/
+7
*
|
pimd: fix a possible use after free bug when doing pim trace
Jafar Al-Gharaibeh
2024-09-25
1
-1
/
+1
|
/
*
pimd: Fix coverity checked return issue
Nathan Bahr
2024-09-25
1
-7
/
+17
*
pimd: Fix coverity checked return issue
Nathan Bahr
2024-09-25
1
-4
/
+9
*
pimd: Fix igmp proxy null pointer dereference
Nathan Bahr
2024-09-25
1
-5
/
+6
*
pimd,yang: Implement AutoRP CLI and NB config path
Nathan Bahr
2024-09-24
8
-1
/
+768
*
pimd: Add AutoRP functionality to PIMD
Nathan Bahr
2024-09-24
11
-6
/
+1374
*
pimd: add show commands for igmp proxy joins
Barry A. Trent
2024-09-23
1
-4
/
+64
*
pimd: add proxy join/prune functionality
Barry A. Trent
2024-09-23
7
-12
/
+128
*
pimd: add igmp proxy cli and yang configuration
Barry A. Trent
2024-09-20
3
-0
/
+17
*
pimd, yang: add cli for igmp proxy
Barry A. Trent
2024-09-20
5
-1
/
+44
*
pimd: use vty_json
Jafar Al-Gharaibeh
2024-09-14
1
-4
/
+1
*
Merge pull request #16438 from Jafaral/pim-10.1-cand-rp
Donald Sharp
2024-09-14
23
-144
/
+2737
|
\
|
*
pimd: make sure the bsr message is coming from the neighbor
Jafar Al-Gharaibeh
2024-09-10
1
-4
/
+4
|
*
pimd: refactor pim_sock_read to be used with unicast bsr msgs
Jafar Al-Gharaibeh
2024-09-09
3
-92
/
+42
|
*
pimd: candidate BSR/RP show commands, move under ip pim bsr
Jafar Al-Gharaibeh
2024-09-09
7
-149
/
+211
|
*
pimd: Candidate-BSR support
Jafar Al-Gharaibeh
2024-09-09
18
-86
/
+1612
|
*
pimd: Candidate-RP support
Jafar Al-Gharaibeh
2024-09-09
16
-14
/
+1069
*
|
pimd: fix crash for two commands
anlan_cs
2024-09-12
1
-0
/
+8
|
/
*
*: Create termtable specific temp memory
Donald Sharp
2024-09-01
3
-21
/
+21
*
pimd: Fix crash in pimd
Corey Siltala
2024-08-23
1
-1
/
+4
*
Merge pull request #16450 from nabahr/static_joins
Donald Sharp
2024-08-22
11
-115
/
+578
|
\
|
*
pimd, yang: Implement igmp static-group command
Nathan Bahr
2024-08-15
11
-115
/
+578
*
|
pimd: fix missing checking the return value for igmp command
anlan_cs
2024-08-16
1
-1
/
+4
*
|
pimd: fix possible NULL dereference
Rafael Zalamena
2024-07-31
1
-4
/
+5
*
|
lib: define constant for plataforms missing it
Rafael Zalamena
2024-07-29
1
-0
/
+1
*
|
pimd: add support for MSDP authentication
Rafael Zalamena
2024-07-29
10
-68
/
+457
*
|
pimd: MSDP SA filtering
Rafael Zalamena
2024-07-27
8
-24
/
+327
*
|
Merge pull request #16472 from donaldsharp/msdp_bug
Donatas Abraitis
2024-07-25
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
pimd: Fix msdp setting of sa->rp
Donald Sharp
2024-07-25
1
-5
/
+3
*
|
Merge pull request #16432 from Jafaral/pim-warn
Mark Stapp
2024-07-23
2
-12
/
+12
|
\
\
|
*
|
pimd: fix compile warnings
Jafar Al-Gharaibeh
2024-07-22
2
-12
/
+12
*
|
|
Merge pull request #16309 from louis-6wind/fix-pim-crash
Donald Sharp
2024-07-22
1
-2
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pimd: fix crash on non-existent interface
Louis Scalbert
2024-07-03
1
-2
/
+10
|
|
/
*
/
pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node
Nathan Bahr
2024-07-16
12
-853
/
+3405
|
/
*
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: prepare NHT for tracking BSM C-RPs
David Lamparter
2024-06-20
3
-7
/
+52
*
pimd: allow sending packets without pinned iface
David Lamparter
2024-06-20
1
-13
/
+11
*
pimd: add prefix_* and IANA_AFI v4/v6 defines
David Lamparter
2024-06-20
1
-0
/
+4
*
pimd: add debugs for i-am-RP state
David Lamparter
2024-06-20
1
-0
/
+6
*
pimd: make clang-format slightly less annoying
David Lamparter
2024-06-20
2
-2
/
+2
[next]