Re: [ovs-dev] [PATCH 1/3] rhel: Prevent duplicate ifup calls.

2013-03-18 Thread Ben Pfaff
On Mon, Mar 18, 2013 at 10:48:47AM -0700, Gurucharan Shetty wrote: > When we configure OVS using rhel ifupdown scripts, > we call ifup on a bridge twice. Once while configuring the > bridge and once while configuring the ports of the bridge. > This looks harmless but unnecessary. This patch fixes t

[ovs-dev] [PATCH 1/3] rhel: Prevent duplicate ifup calls.

2013-03-18 Thread Gurucharan Shetty
When we configure OVS using rhel ifupdown scripts, we call ifup on a bridge twice. Once while configuring the bridge and once while configuring the ports of the bridge. This looks harmless but unnecessary. This patch fixes the behavior. Signed-off-by: Gurucharan Shetty --- rhel/README.RHEL