Merge pull request #14417 from Jafaral/veth

zebra: fix link update for veth interfaces
This commit is contained in:
Igor Ryzhov 2023-09-16 01:03:21 +03:00 committed by GitHub
commit 8ce68c623d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;