]> git.proxmox.com Git - mirror_frr.git/commit
zebra: avoid case where same interface pointer returned
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 4 May 2018 07:26:10 +0000 (09:26 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 4 May 2018 14:50:47 +0000 (16:50 +0200)
commit5efbf310549f60de33946d0de3399d5586f6896a
treeb5bf9b668b850c5fbb8ec802e483f89d93e8fb87
parent9373219c67e1e4538d49f9a5f6398d38de6d862f
zebra: avoid case where same interface pointer returned

When checking for a duplicate interface in an other NETNS, one may find
an interface in default VRF. That interface may have been moved to that
default VRF, for further action. Prevent from doing any action at this
point.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/if_netlink.c