summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Di Proietto <diproiettod@vmware.com>2016-09-02 09:53:00 -0700
committerDaniele Di Proietto <diproiettod@vmware.com>2016-09-02 16:01:12 -0700
commit3a414a0a4f1901ba015ec80b917b9fb206f3c74f (patch)
tree6becc985d8dfa88a6fd0efecc653fd5d1495aa4d /NEWS
parent7478b5a2b73be87d3b42e0c2ed7b09b1efeff0fe (diff)
downloadopenvswitch-3a414a0a4f1901ba015ec80b917b9fb206f3c74f.tar.gz
ofproto: Honor mtu_request even for internal ports.
By default Open vSwitch tries to configure internal interfaces MTU to match the bridge minimum, overriding any attempt by the user to configure it through standard system tools, or the database. While this works in many simple cases (there are probably many users that rely on this) it may create problems for more advanced use cases (like any overlay networks). This commit allows the user to override the default behavior by providing an explict MTU in the mtu_request column in the Interface table. This means that Open vSwitch will now treat differently database MTU requests from standard system tools MTU requests (coming from `ip link` or `ifconfig`), but this seems the best way to remain compatible with old users while providing a more powerful interface. Suggested-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Ben Pfaff <blp@ovn.org> Tested-by: Joe Stringer <joe@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 143915136..8c78b3676 100644
--- a/NEWS
+++ b/NEWS
@@ -122,7 +122,7 @@ v2.6.0 - xx xxx xxxx
SHA-1 is no longer secure and some operating systems have started to
disable it in OpenSSL.
- Add 'mtu_request' column to the Interface table. It can be used to
- configure the MTU of non-internal ports.
+ configure the MTU of the ports.
v2.5.0 - 26 Feb 2016