On Thu, Dec 27, 2012 at 09:59:30AM -0800, Gurucharan Shetty wrote:
> 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_b
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 ru