mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 09:30:52 +00:00
zebra: fix link update for veth interfaces
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
parent
75dbd45c55
commit
d85671181b
@ -1131,8 +1131,6 @@ void zebra_if_update_link(struct interface *ifp, ifindex_t link_ifindex,
|
||||
{
|
||||
struct zebra_if *zif;
|
||||
|
||||
if (IS_ZEBRA_IF_VETH(ifp))
|
||||
return;
|
||||
zif = (struct zebra_if *)ifp->info;
|
||||
zif->link_nsid = ns_id;
|
||||
zif->link_ifindex = link_ifindex;
|
||||
|
Loading…
Reference in New Issue
Block a user