Re: [ovs-dev] [PATCH 2/3] rhel: Set STP of a bridge during bridge creation.

2013-03-18 Thread Ben Pfaff
On Mon, Mar 18, 2013 at 10:48:48AM -0700, Gurucharan Shetty wrote: > This patch sets the value of STP (if provided) at the same > time of bridge creation. This eliminates an extra ovs-vsctl call > and does not let ovs-vswitchd run briefly with STP not enabled. > > Signed-off-by: Gurucharan Shetty

[ovs-dev] [PATCH 2/3] rhel: Set STP of a bridge during bridge creation.

2013-03-18 Thread Gurucharan Shetty
This patch sets the value of STP (if provided) at the same time of bridge creation. This eliminates an extra ovs-vsctl call and does not let ovs-vswitchd run briefly with STP not enabled. Signed-off-by: Gurucharan Shetty --- rhel/etc_sysconfig_network-scripts_ifup-ovs |4 ++-- 1 file changed