[ovs-git] Open vSwitch: debian: Integrate interfaces config with OVS startup script. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 27 18:35:30 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, master has been updated
       via  1d63efc45b9ae5b723f9a8f0d81c7f002b48c39d (commit)
      from  8b6ff72912871a8101a8427be1c38941326332ad (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 1d63efc45b9ae5b723f9a8f0d81c7f002b48c39d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1d63efc45b9ae5b723f9a8f0d81c7f002b48c39d
Author: Gurucharan Shetty <gshetty at nicira.com>
		
debian: Integrate interfaces config with OVS startup script.
		
Currently, there is an option to use the /etc/network/interfaces
file to configure Open vSwitch bridges and ports. To create and
destroy bridges, one has to manually run the following commands.

ifup --allow=ovs $list_of_bridges
ifdown --allow=ovs $list_of_bridges

This commit will automatically run the above two commands when
the system boots up and shuts down respectively through the
OVS startup script.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


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

Summary of changes:
 debian/openvswitch-switch.init |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list