vxlan: Set FLOW_TNL_F_KEY for received packets.
authorJesse Gross <jesse@nicira.com>
Tue, 7 Apr 2015 23:40:18 +0000 (16:40 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 7 Apr 2015 23:45:03 +0000 (16:45 -0700)
commit83fbb69b50325ad01604d035dbcf6c5fdd61d564
tree5e63d02cf43ccb049dfcd124354f6529f68aee7d
parenta92a3aae09f6f9c169d65486b9053292844ca5f2
vxlan: Set FLOW_TNL_F_KEY for received packets.

The VNI is always present in the VXLAN header, so we should
set the FLOW_TNL_F_KEY flag to indicate this. However, the
userspace implementation of VXLAN currently does not.

Signed-off-by: Jesse Gross <jesse@nicira.com>
lib/netdev-vport.c