Commit 3f833e5
committed
FRR Release 10.1.4
bfdd
On shutdown prefix/access list memory was being leaked
Set bfd.localdiag when transitioning to admindown
bgpd
Correct no form commands
Do not try to reuse freed route-maps
Extract link bandwidth value from extcommunity before using for wcmp
Fix `set evpn gateway-ip ipv[46]` route-map
Fix deref_of_null.ex.cond in bgp_updgrp_packet
Fix holdtime not working properly when busy
Fix show bgp vpn rd json
Fix to show exist/non-exist-map in 'show run' properly
Force adj-rib-out updates if mrai is kicked in
Retain the routes if we do a clear with n-bit set for graceful-restart
Simplify bgp_input_modifier() function handling an actual route-map
Use as4b format for bgp loc-rib messages.
[gr] fixed selectiondeferraltimer to display select_defer_time val
build
Check for libunwind.h, not unwind.h
ldpd
Free up leaked prefix-list memory on shutdown
lib
Compute link-state zapi message size
Fix `no on-match goto num` command
Fix routemap crash
nhrpd
Fix crash when accessing invalid memory zone
ospf6d
Disable and delete ospfv3 areas that no longer have interfaces or configuration.
zebrad
Do not flush an existing vni configuration trying to remove wrong vni
Fix buffer overflows found by fuzzing.
Prevent vrf table 254 being used by non-default vrf
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>1 parent cd03498 commit 3f833e5
3 files changed
+11
-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 | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
816 | 819 | | |
817 | 820 | | |
818 | 821 | | |
| |||
0 commit comments