[ovs-git] Open vSwitch: bridge: don't bring up internal ports by default. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 3 20:47:17 UTC 2014


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  1839c35676b5c3a2a70e83477a6ce3d3c7d0d245 (commit)
      from  cf3b7538666cd1efa314ce4944e4efdf3dd81d99 (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 1839c35676b5c3a2a70e83477a6ce3d3c7d0d245
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1839c35676b5c3a2a70e83477a6ce3d3c7d0d245
Author: Flavio Leitner <fbl at redhat.com>
		
bridge: don't bring up internal ports by default.
		
It should be an administrator task to bring up devices as they
are configured properly.

Currently, Fedora is deleting the bridges when the interface is
brought down. Therefore, there is no bridge on the next boot and
the initscripts can apply the networking configuration properly
for a new bridge.

However, if the system didn't execute ifdown for some reason, the
bridge is left in the ovsdb and since internal ports are brought
up by default, there is no way for initscripts to known if the
adminitrator has already configured it or not.

This patch reverts commit bef071a5fdf8e2dd87677b04b3cf7a8f5094edcb
(bridge: Always "up" internal devices.).

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 NEWS                  |    3 +++
 tests/ofproto-dpif.at |    4 ++--
 tests/ofproto.at      |   16 ++++++++--------
 vswitchd/bridge.c     |    3 +--
 4 files changed, 14 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list