Revision f468a729a2ddb1a26f8c4b98a82050e4030fe458 authored by Jiri Benc on 16 February 2016, 21:18:26 UTC, committed by David S. Miller on 18 February 2016, 20:01:14 UTC
In metadata mode, the vxlan interface is not supposed to use the fdb control
plane but an external one (openvswitch or static routes). With the current
code, packets may leak into the fdb handling code which usually causes them
to be dropped anyway but may have strange side effects.

Just drop the packets directly when in metadata mode if the destination data
are not correctly provided on egress.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e60b13e
History

back to top