rhel: Prevent duplicate ifup calls.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 13 Mar 2013 19:24:54 +0000 (12:24 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 18 Mar 2013 19:30:59 +0000 (12:30 -0700)
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 <gshetty@nicira.com>

No differences found