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

dev at openvswitch.org dev at openvswitch.org
Mon Mar 12 20:25:32 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.6 has been updated
       via  99912f0fc31de00e9adcfcdb08d5c2e2d6a24dac (commit)
      from  88b6e0a1c73d9a6df69a3a4aab04fc1f986ef008 (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 99912f0fc31de00e9adcfcdb08d5c2e2d6a24dac
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=99912f0fc31de00e9adcfcdb08d5c2e2d6a24dac
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