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

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