aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-10-02 22:25:51 -0700
committerJustin Pettit <jpettit@nicira.com>2012-11-01 22:54:27 -0700
commit81816a5fe8ddd96a296fabc8ea8069e9a19a2631 (patch)
tree168d9ed139697c90ecacb5cf58d62e71bc96f5d0 /NEWS
parentddbfda846297ab9e89ed9c3f844a8eff86692275 (diff)
Allow the OpenFlow port to be requested for a port.
A new "ofport_request" column makes it possible to request the OpenFlow port number when adding a port. Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 203a6623..b3f8f3c5 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ v1.9.0 - xx xxx xxxx
- Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
fields in IPv6 neighbor discovery messages, and IPv6 flow label.
- Adds support for writing to the metadata field for a flow.
+ - It is possible to request the OpenFlow port number with the
+ "ofport_request" column in the Interface table.
- ovs-ofctl:
- Commands and actions that accept port numbers now also accept keywords
that represent those ports (such as LOCAL, NONE, and ALL). This is