]> git.proxmox.com Git - ovs.git/commit - lib/nx-match.c
nx-match: Reject bad wildcard combinations.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2014 20:34:37 +0000 (13:34 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 22:00:27 +0000 (15:00 -0700)
commit3947cc76e15ccfa314d4492d889e16a115efb37a
treeeb3724602e4effec6254cbe81887baba7c9490c7
parent5e0464a0b6f76079209c1bf63e082a12356e57f8
nx-match: Reject bad wildcard combinations.

A log message has warned that this was going to happen for some time, and
newer OpenFlow versions require this behavior.

The test updates fix this behavior in our testsuite.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
lib/nx-match.c
lib/ofp-errors.h
tests/ovs-ofctl.at