Re: [ovs-dev] [PATCH v3] rhel: Prevent duplicate ifup calls.

2013-03-18 Thread Gurucharan Shetty
On Mon, Mar 18, 2013 at 10:12 AM, Ben Pfaff wrote: > On Mon, Mar 18, 2013 at 08:32:17AM -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.

Re: [ovs-dev] [PATCH v3] rhel: Prevent duplicate ifup calls.

2013-03-18 Thread Ben Pfaff
On Mon, Mar 18, 2013 at 08:32:17AM -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

Re: [ovs-dev] [PATCH v3] rhel: Prevent duplicate ifup calls.

2013-03-18 Thread Gurucharan Shetty
On Mon, Mar 18, 2013 at 8:32 AM, 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 the > beh