]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: zvni_map_to_vlan() adaptation for all namespaces
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 9 Oct 2019 11:59:37 +0000 (13:59 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 May 2020 12:11:03 +0000 (14:11 +0200)
commitdb81d18647bbd81a2c335620c9a03e32e4a5b2be
tree701cde1da98cd290016ab114ebbde2b304fd508c
parentf8ed2c5420106314a940cb67264494e0110fc4c0
zebra: zvni_map_to_vlan() adaptation for all namespaces

this change is needed when a MAC/IP entry is learned by zebra, and the
entry happens to be in a different namespace. So that the entry be
active, the correct vni match has to be found.

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