2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 22:35:15 +00:00

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>
This commit is contained in:
Ben Pfaff
2014-09-04 13:34:37 -07:00
parent 5e0464a0b6
commit 3947cc76e1
3 changed files with 78 additions and 99 deletions

View File

@@ -286,7 +286,8 @@ enum ofperr {
* arbitrary network address mask. */
OFPERR_OFPBMC_BAD_NW_ADDR_MASK,
/* OF1.1+(4,5). Unsupported wildcard specified in the match. */
/* NX1.0(1,262), OF1.1+(4,5). Unsupported wildcard specified in the
* match. */
OFPERR_OFPBMC_BAD_WILDCARDS,
/* OF1.1+(4,6). Unsupported field in the match. */