[ovs-git] Open vSwitch: xenserver: Pull slave MTU from bond record. (master)

dev at openvswitch.org dev at openvswitch.org
Thu May 19 23:33:35 UTC 2011


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, master has been updated
       via  c64540e3fe43a83bbe8687c53fb7fdec95b94195 (commit)
       via  d825e2a5dcc5193067215cbf2466417cebebab9b (commit)
      from  35aa7a213757ffca31ea345a1154dadaa75298f2 (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 c64540e3fe43a83bbe8687c53fb7fdec95b94195
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c64540e3fe43a83bbe8687c53fb7fdec95b94195
Author: Ethan Jackson <ethan at nicira.com>
		
xenserver: Pull slave MTU from bond record.
		
The MTU of the fake bond interface and the slaves participating in
a bond should all agree.  The correct long term solution to this
problem is to remove the fake bond interface altogether.  Until
that's possible, we simply set the MTU of the slaves.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit d825e2a5dcc5193067215cbf2466417cebebab9b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d825e2a5dcc5193067215cbf2466417cebebab9b
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Check that netdev vport is fully initialized.
		
Starting in 2.6.37 we have our own flag for identifying net_devices
as being attached to OVS.  However, it's possible to receive packets
before this flag has been applied, resulting in a NULL vport when
processing the packet.  This checks to make sure that the vport is
valid instead of crashing.

Bug #5675

Reported-by: Brad Hall <brad at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 datapath/vport-netdev.c                            |    5 +++++
 ...ensource_libexec_InterfaceReconfigureVswitch.py |   11 ++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list