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:44 +0000 (14:31 -0700)
commit3de6893a9c7cfb85f57ae4ae7378c17bbb24d43f
tree04f7c85a8f7545cbd4dc2dd77f1faa964e503c4e
parentded97873874ab357e939c00b326e5abd377fceec
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