datapath: Always allow tunnel mask to be specified in the netlink
authorAndy Zhou <azhou@nicira.com>
Thu, 1 Aug 2013 03:39:49 +0000 (20:39 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 1 Aug 2013 16:23:26 +0000 (09:23 -0700)
commit78f1e5c7d39a27d86677bb7c301824f8a8c3a5a8
tree46e18a9b4aaeb53dca9ecb3ecf8ff5c802c448c3
parent13d94ee9c8c5e031a6fb46903802c56784c4d410
datapath: Always allow tunnel mask to be specified in the netlink

Netlink message usually only accpets a mask when there is a
corresponding key attribute. Tunnel mask and eth_type are the
only two expections so far.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c