mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-25 23:56:40 +00:00
Merge pull request #14417 from Jafaral/veth
zebra: fix link update for veth interfaces
This commit is contained in:
commit
8ce68c623d
@ -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