mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:06:51 +00:00
Merge pull request #2307 from opensourcerouting/master-isis-tlv-copy-fix
isisd: fix bug in tlv_copy of empty MT-router-info
This commit is contained in:
commit
c13c548cbb
@ -2132,7 +2132,7 @@ struct isis_tlvs *isis_copy_tlvs(struct isis_tlvs *tlvs)
|
||||
copy_items(ISIS_CONTEXT_LSP, ISIS_TLV_MT_ROUTER_INFO,
|
||||
&tlvs->mt_router_info, &rv->mt_router_info);
|
||||
|
||||
tlvs->mt_router_info_empty = rv->mt_router_info_empty;
|
||||
rv->mt_router_info_empty = tlvs->mt_router_info_empty;
|
||||
|
||||
copy_items(ISIS_CONTEXT_LSP, ISIS_TLV_OLDSTYLE_REACH,
|
||||
&tlvs->oldstyle_reach, &rv->oldstyle_reach);
|
||||
|
Loading…
Reference in New Issue
Block a user