/netsniff-ng/

' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpravin shelar <pshelar@ovn.org>2016-08-05 17:45:37 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-08 14:16:24 -0700
commitbbec7802c6948c8626b71a4fe31283cb4691c358 (patch)
tree758892ea343bfcd9c93c87b198dc6ba8d6ce4328
parent272d96a5ab10662691b4ec90c4a66fdbf30ea7ba (diff)
net: vxlan: lwt: Fix vxlan local traffic.
vxlan driver has bypass for local vxlan traffic, but that depends on information about all VNIs on local system in vxlan driver. This is not available in case of LWT. Therefore following patch disable encap bypass for LWT vxlan traffic. Fixes: ee122c79d42 ("vxlan: Flow based tunneling"). Reported-by: Jakub Libosvar <jlibosva@redhat.com> Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>