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:26:11 +0000 (09:26 -0700)
commit8b2e4432d04439ad863824ed050541ba894ccc49
tree69027f875b1b4bd4843475bc018979abc786b9f8
parent34fe777bf40c6ced2367b67b9cccafc887342663
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