[ovs-git] Open vSwitch: ofproto: Fix code that keeps track of MTU. (branch-1.4)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 12 20:26:28 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.4 has been updated
       via  620257a3114c85ab3baf45af8b098dfba0e70d91 (commit)
      from  f00731ddfaa6b1cee19b60b5342d2d8b74db57a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 620257a3114c85ab3baf45af8b098dfba0e70d91
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=620257a3114c85ab3baf45af8b098dfba0e70d91
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Fix code that keeps track of MTU.
		
ofport_install() should set the MTU that it finds into the ofport
before calling set_internal_devs_mtu(), because the latter function might
change the MTU and update ofport->mtu and the caller should not incorrectly
overwrite its changes.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list