Commit d17791e
committed
FRR Release 10.5.1
bgpd:
Allow proper shutdown of bgp dynamic peers in rare case
Check length for dynamic capability (software version new encoding)
Correction in json output structure for no data case
Fix labeled unicast inbound policy lookup
Fix labeled-unicast output
Fix maximum-prefix session recovery for peers and peer-groups
Fix memory leak in bgp nhc tlv processing
Fix route node lock leak in nht resolved prefix marking
Fix srv6-only command defaulted when 'no segment-routing ipv6'
Send route-refresh and/or trigger soft reconfig on enforce-first-as
Try to handle software version capability with the new encoding format
isisd:
Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled
pimd:
Add pim_debug_pim_reg protection for pim register stop debug message
Crash while trying mroute_read when fd=-1
Df election on zebra peer down synced to the mlag peer
Fix for mc frame loss in a sequential traffic test
Fix pim mlag update peer zebra status upon local mlag connection restoration
Fix warnings for pimd
Crash when pimreg interface not present
Crashed because of indexing invalid index in an array
Prevent crash on interface removal
vrrpd:
vrrp interface delete fails to free connected route
zebrad:
Fix crash due to lack of control of received number of srv6 sid from netlink
Signed-off-by: Donatas Abraitis <[email protected]>1 parent d684e28 commit d17791e
3 files changed
+38
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
853 | 883 | | |
854 | 884 | | |
855 | 885 | | |
| |||
0 commit comments