]> granicus.if.org Git - libnl/commit
neigh: support bridge entries for vxlan interfaces
authorTobias Jungel <tobias.jungel@bisdn.de>
Fri, 6 Apr 2018 07:40:27 +0000 (09:40 +0200)
committerThomas Haller <thaller@redhat.com>
Fri, 6 Apr 2018 17:51:22 +0000 (19:51 +0200)
commit3c96f6513c621ddf229761210c71ab66fcf9ffb7
treedb8d0b87e4acc22b46dd2268c4d6566f93b649c0
parentd1bd68d1009601ee4e4217fbad9ad9c33a940a50
neigh: support bridge entries for vxlan interfaces

bridge entries used for switching into vxlan interfaces do not include a
vlan. A comparison of such entires currently always fails which leads
to an invalid cache. This patch selectively adds the NEIGH_ATTR_VLAN
flag based on the passed entry.

https://github.com/thom311/libnl/pull/182
lib/route/neigh.c