Re: [ovs-dev] [PATCH] debian: Integrate interfaces config with OVS startup script.

2012-12-27 Thread Ben Pfaff
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

[ovs-dev] [PATCH] debian: Integrate interfaces config with OVS startup script.

2012-12-27 Thread Gurucharan Shetty
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