summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@sysclose.org>2018-04-11 20:50:56 -0300
committerBen Pfaff <blp@ovn.org>2018-04-13 11:13:12 -0700
commit60405863b5e200553c1dacc20b4ddbd3bfda73a6 (patch)
tree831c6c3e502b6fe7c2175be83a458f218ae99a8d /NEWS
parent0f3d9fb4853199d66caa1a32ee16a7e5a36d8a84 (diff)
downloadopenvswitch-60405863b5e200553c1dacc20b4ddbd3bfda73a6.tar.gz
netns: Add documentation and update NEWS.
Create a document to describe the how it works and known limitations and update the NEWS accordingly. Signed-off-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 757d648a1..83fbe6038 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Post-v2.9.0
"table#". These are not helpful names for the purpose of accepting
and displaying table names, so now tables by default have no names.
* The "null" interface type, deprecated since 2013, has been removed.
+ * Add minimum network namespace support for Linux.
- ovs-ofctl:
* ovs-ofctl now accepts and display table names in place of numbers. By
default it always accepts names and in interactive use it displays them;