commit | b9167b2e775999d267874b5a1a3a79020f54753a | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Tue Feb 16 21:59:03 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 23:52:12 2016 -0500 |
tree | 7208c2dd2669bfe11a132652c27ac8406293cbdf | |
parent | 288b01c8c46eda01cd3921c6e3aca6293e57cee8 [diff] |
vxlan: treat vni in metadata based tunnels consistently For metadata based tunnels, VNI is ignored when doing vxlan device lookups (because such tunnel receives all VNIs). However, this was not honored by vxlan_xmit_one when doing encapsulation bypass. Move the check for metadata based tunnel to the common place where it belongs. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>