debian: Integrate interfaces config with OVS startup script.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 27 Dec 2012 17:43:54 +0000 (09:43 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 27 Dec 2012 17:53:20 +0000 (09:53 -0800)
commit1d63efc45b9ae5b723f9a8f0d81c7f002b48c39d
tree112bcd24763308afb63dcae63cf0b4a2da3d0595
parent8b6ff72912871a8101a8427be1c38941326332ad
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@nicira.com>
debian/openvswitch-switch.init