datapath: Fix missing VLAN netlink attribute handling
authorAndy Zhou <azhou@nicira.com>
Mon, 29 Jul 2013 21:05:23 +0000 (14:05 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 29 Jul 2013 21:31:21 +0000 (14:31 -0700)
commit62f13eb2a1ef5dfa6a2069568356bd4657916d61
tree74beb43f2022a5914293213d578f1a29bf167486
parent47e501e1721a8fd4a54a172eb210d4cd04f257a5
datapath: Fix missing VLAN netlink attribute handling

Missing VLAN netlink attribute should be interpreted as exact match
of no VLAN tag, instead of wildcarded match for all VLAN tags.

Bug #18736.

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