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
*
pimd: Give a clearer warning when the kernel is not compiled right
Donald Sharp
2024-05-31
1
-4
/
+8
*
pimd: fix crash when mixing ssm/any-source joins
Jafar Al-Gharaibeh
2024-05-31
1
-2
/
+0
*
pimd: fix order of operations for evaluating join
David Lamparter
2024-05-08
1
-1
/
+7
*
pimd: fix null register before aging out reg-stop
David Lamparter
2024-05-08
3
-23
/
+49
*
pimd: fix dr-priority range
David Lamparter
2024-05-08
2
-4
/
+4
*
pimd: fix crash unconfiguring rp keepalive timer
Vijayalaxmi Basavaraj
2024-04-26
1
-2
/
+9
*
Merge pull request #15661 from routingrocks/master
Donatas Abraitis
2024-04-11
1
-6
/
+9
|
\
|
*
pimd: pim mlag summary should display the down connection status.
Rajesh Varatharaj
2024-04-05
1
-6
/
+9
*
|
Merge pull request #13627 from anlancs/pimd/pimreg-vrf-add-break
mobash-rasool
2024-04-10
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
pimd: Set pimreg interface with one master
anlan_cs
2023-05-30
1
-0
/
+2
*
|
Merge pull request #15509 from donaldsharp/freebsd_cleanups
Donatas Abraitis
2024-03-09
1
-4
/
+24
|
\
\
|
*
|
pimd: Cleanup inclusion of headers
Donald Sharp
2024-03-08
1
-4
/
+24
*
|
|
pimd: re-evaluated S,G OILs upon RP changes and for empty SG upstream oils
Rajesh Varatharaj
2024-02-08
3
-2
/
+38
*
|
|
*: use af-specific autocompletion for prefix-lists when possible
Igor Ryzhov
2024-02-04
2
-11
/
+11
*
|
|
*: create a single registry of daemons' default port values
Mark Stapp
2024-02-01
1
-3
/
+0
*
|
|
*: fix `frr_daemon_info` indentation
David Lamparter
2024-01-27
1
-7
/
+10
*
|
|
Merge pull request #15196 from idryzhov/nb-leaf-list
Donald Sharp
2024-01-24
1
-24
/
+28
|
\
\
\
|
*
|
|
lib: remove leaf-list xpath hack from northbound
Igor Ryzhov
2024-01-23
1
-24
/
+28
|
|
/
/
*
/
/
pimd: fix crash when configuring ssmpingd
Igor Ryzhov
2024-01-23
1
-4
/
+2
|
/
/
*
|
pimd: Use vrf name instead of id in some debugs
Donald Sharp
2024-01-12
1
-5
/
+5
*
|
pimd: Re-align pim_msg_get_jp_group_size
Donald Sharp
2024-01-12
1
-72
/
+66
*
|
Merge pull request #15130 from donaldsharp/pim_vxlan_issues
Donatas Abraitis
2024-01-12
5
-8
/
+51
|
\
\
|
*
|
pimd: Make some not very needed debugs more restrictive
Donald Sharp
2024-01-11
2
-2
/
+2
|
*
|
pimd: Receiving a Join or Prune should be under J_P debugs
Donald Sharp
2024-01-11
1
-3
/
+3
|
*
|
pimd: Send up to 10 NULL registers on vxlan startup
Donald Sharp
2024-01-10
2
-3
/
+46
*
|
|
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Donatas Abraitis
2024-01-11
1
-0
/
+1
|
\
\
\
|
*
|
|
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
1
-0
/
+1
|
|
/
/
*
/
/
pimd: Cleanup SA issue with value never used
Donald Sharp
2024-01-09
1
-1
/
+1
|
/
/
*
|
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2024-01-04
2
-0
/
+2
*
|
*: Remove cost of including netinet/icmp.h everywhere
Donald Sharp
2024-01-04
2
-0
/
+3
*
|
lib: all: remove './' from xpath 22% speedup
Christian Hopps
2023-11-29
2
-18
/
+18
*
|
Merge pull request #14867 from opensourcerouting/zclient-options-cleanup
Donald Sharp
2023-11-25
1
-4
/
+1
|
\
\
|
*
|
*: add `zclient_options_sync`
David Lamparter
2023-11-23
1
-4
/
+1
*
|
|
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
6
-36
/
+22
|
/
/
*
|
Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHER
Donatas Abraitis
2023-11-22
4
-8
/
+8
|
\
\
|
*
|
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-21
4
-8
/
+8
*
|
|
pimd: use `zclient->nexthop_update`
David Lamparter
2023-11-20
3
-34
/
+22
|
/
/
*
|
Merge pull request #14792 from mobash-rasool/fixes2
Donald Sharp
2023-11-15
1
-0
/
+10
|
\
\
|
*
|
pim6d: Fix memory leaks
Mobashshera Rasool
2023-11-14
1
-0
/
+10
*
|
|
pimd: Free up link list on shutdown
Donald Sharp
2023-11-13
1
-0
/
+3
|
/
/
*
|
*: Move distance related defines into their own header
Donald Sharp
2023-11-07
1
-0
/
+1
*
|
lib: rename `prefixtype` to `uniontype`
David Lamparter
2023-11-05
1
-8
/
+8
*
|
Merge pull request #14723 from opensourcerouting/if_zapi_hooks_convert
Donald Sharp
2023-11-03
1
-2
/
+4
|
\
\
|
*
|
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
2023-11-03
1
-2
/
+4
*
|
|
pimd: Ensure upstream points at the correct rpf
Donald Sharp
2023-10-31
1
-5
/
+10
|
/
/
*
|
Merge pull request #13576 from chiragshah6/mdev1
Donatas Abraitis
2023-10-30
1
-1
/
+1
|
\
\
|
*
|
*: modify empty json helper function
Chirag Shah
2023-10-29
1
-1
/
+1
|
|
/
*
|
pim6d: valgrind issue fixes
Mobashshera Rasool
2023-10-17
1
-5
/
+2
*
|
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-2
/
+2
*
|
Merge pull request #13617 from anlancs/fix/pimd-remove-pimreg-vrf
base_9.1
mobash-rasool
2023-10-10
1
-3
/
+10
|
\
\
[next]