Commit 03dae9d
committed
FRR Release 10.2.5
bgpd
Check l3vni status before adv evpn vrf routes
Clean up coverity warnings in bgp_routemap.c
Crash due to usage of freed up evpn_overlay attr
Do not override a specified rd
Evpn fix auto derive rd when user cfg removed
Evpn-mh fix es-evi memleak during shutdown
Fix bgp_attr_originator_id flag in outbound attribute cache
Fix crash due to dangling pointer in bnc nht_info
Fix default vrf check while configuring md5 password
Fix deref_of_null.ex.cond in community_list_dup_check
Fix expanded extcomm list delete
Fix labeled-unicast output
Fix maximum-prefix session recovery for peers and peer-groups
Fix memory leak in evpn mh es-evi del
Fix memory leak in evpn mh esi del
Fix overflow when decoding zapi nexthop for srv6 max segments
Fix routemap evpn type-5 default route check
isisd
Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled
lib
Clear sa warning in typesafe dlist code
Mgmt_msg: fix bug with disconnect and event scheduling
ospf6d
Protect lsa in vertex
ospfd
Fix crash when entering `ospf authentication key xx`
pbrd
Cosmetic change for one name
Dscp-only pbr rules not installing due to incorrect family field
Fix crash for inconsistent status
Fix memleak during pbr map deletion
pim6d
Don't segv on repeated mld records
pimd
Allow freebsd pimd to have permission to do pim
Fix wrong bsm case with vrf
Prevent crash on interface removal
Properly use ip_recvif on freebsd
topotest[bgpd]
New bgp auth test case for vrf creation order
vrrpd
Ipv6 vrrp macvlan doesn't have ipv6 link-local address
[mem leak] vrrp interface delete fails to free connected route
zebrad
Add missing debug guard in if netlink code
Add missing debug guard in rt netlink code
Evpn fix alignment of access-vlan cli output
Explicitly print "exit" at the end of srv6 encap node config
Fix crash due to lack of control of received number of srv6 sid from netlink
Fix neighbor table name length
Fix yang data for mcast-group
Metric 0 is valid, don't drop to 1 on bsd
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>1 parent f75975b commit 03dae9d
3 files changed
+58
-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 | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 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 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
845 | 895 | | |
846 | 896 | | |
847 | 897 | | |
| |||
0 commit comments