aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-09-28 17:56:07 -0700
committerJustin Pettit <jpettit@nicira.com>2012-11-01 22:54:27 -0700
commite1b1d06afdee407ccfa3c4c257b8dcfbcdd004ff (patch)
tree0a77beb74639dd09db8fcd4d45e7fc631a05f98c /NEWS
parentf7b8e494663204684c088c91951f83909217f894 (diff)
Separate OpenFlow port numbers from datapath ones.
In a future commit, we will make multiple bridges share a single backing datapath. Our simple mapping from datapath to OpenFlow port numbers won't work, since we'll want the same OpenFlow port numbers on different bridges. For example, the OFPP_LOCAL port must be the same on all bridges, but will have to be a different datapath port on the converged datapath. This commit makes it the responsibility of ofproto to assign the OpenFlow port numbers instead of doing a simple translation from the datapath ones. Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3f8f3c5..a052f225 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ v1.9.0 - xx xxx xxxx
- ovsdb-server now enforces the immutability of immutable columns. This
was not enforced in earlier versions due to an oversight.
- New support for a nonstandard form of GRE that supports a 64-bit key.
+ - The ofproto library is now responsible for assigning OpenFlow port
+ numbers. An ofproto implementation should assign them when
+ port_construct() is called.
- The following features are now deprecated. They will be removed no
earlier than February 2013. Please email dev@openvswitch.org with
concerns.