Re: [ovs-dev] [PATCH] rhel: Delete bridges at boot.

2015-03-18 Thread Gurucharan Shetty
On Wed, Mar 18, 2015 at 3:30 PM, Alex Wang wrote: > This commit makes OVS deletes all bridges at boot time for RHEL. > This is to prevent the adding of non-existent interfaces (e.g. KVM > vifs) after cold power off. > > VMware-BZ: #1411523 So this reverts http://permalink.gmane.org/gmane.network.o

[ovs-dev] [PATCH] rhel: Delete bridges at boot.

2015-03-18 Thread Alex Wang
This commit makes OVS deletes all bridges at boot time for RHEL. This is to prevent the adding of non-existent interfaces (e.g. KVM vifs) after cold power off. VMware-BZ: #1411523 Signed-off-by: Alex Wang --- rhel/etc_init.d_openvswitch |4 1 file changed, 4 insertions(+) diff --git a