aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2013-01-08 15:29:44 -0800
committerGurucharan Shetty <gshetty@nicira.com>2013-01-09 09:50:51 -0800
commitbedde04cf1adfe8bde736f7bbec95ea7e4f04d20 (patch)
tree3f863d87a72891cd1b5c19bc2fbdaffbab242571 /NEWS
parent576ec8039c2a5c559c95192c9fc28c7188d71f27 (diff)
ovs-ofctl: Remove 'ANY' as a wildcard.
Currently we use "*" or ANY to mark a field in flow syntax as a wildcard. With ANY being a valid openflow port now, there is a conflict for in_port field. So at the least, we need to remove ANY from being considered as a wildcard for in_port. But this may cause general confusion and it may be a better idea to remove 'ANY' as a wildcard for all fields. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 537d2989..ab7ef4da 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ post-v1.9.0
- The OpenFlow "dp_desc" may now be configured by setting the value of
other-config:dp-desc in the Bridge table.
- Path MTU discovery is no longer supported.
+ - Backward-incompatible changes:
+ - Earlier Open vSwitch versions treated ANY as a wildcard in flow
+ syntax. OpenFlow 1.1 adds a port named ANY, which introduces a
+ conflict. ANY was rarely used in flow syntax, so we chose to
+ retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
v1.9.0 - xx xxx xxxx