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:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user