mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 19:06:07 +00:00
Merge pull request #10235 from proelbtn/srv6-soft-reconf
SRv6 routes aren't inserted into data plane correctly with soft-reconfiguration
This commit is contained in:
commit
ab6bff727a
@ -831,10 +831,6 @@ static void *bgp_attr_hash_alloc(void *p)
|
|||||||
if (vnc_subtlvs)
|
if (vnc_subtlvs)
|
||||||
bgp_attr_set_vnc_subtlvs(val, NULL);
|
bgp_attr_set_vnc_subtlvs(val, NULL);
|
||||||
#endif
|
#endif
|
||||||
if (val->srv6_l3vpn)
|
|
||||||
val->srv6_l3vpn = NULL;
|
|
||||||
if (val->srv6_vpn)
|
|
||||||
val->srv6_vpn = NULL;
|
|
||||||
|
|
||||||
attr->refcnt = 0;
|
attr->refcnt = 0;
|
||||||
return attr;
|
return attr;
|
||||||
|
Loading…
Reference in New Issue
Block a user