Re: [ovs-dev] [PATCH] debian: Don't recreate bridges during manual restart.

2013-11-21 Thread Gurucharan Shetty
On Wed, Nov 20, 2013 at 3:26 PM, Ben Pfaff wrote: > On Wed, Nov 20, 2013 at 01:52:59PM -0800, Gurucharan Shetty wrote: >> Open vSwitch bridges and ports can be configured through >> the /etc/network/interfaces script. During system startup, >> Open vSwitch startup script reads the interfaces file

Re: [ovs-dev] [PATCH] debian: Don't recreate bridges during manual restart.

2013-11-20 Thread Ben Pfaff
On Wed, Nov 20, 2013 at 01:52:59PM -0800, Gurucharan Shetty wrote: > Open vSwitch bridges and ports can be configured through > the /etc/network/interfaces script. During system startup, > Open vSwitch startup script reads the interfaces file > and creates the bridges and ports. During system shutd

[ovs-dev] [PATCH] debian: Don't recreate bridges during manual restart.

2013-11-20 Thread Gurucharan Shetty
Open vSwitch bridges and ports can be configured through the /etc/network/interfaces script. During system startup, Open vSwitch startup script reads the interfaces file and creates the bridges and ports. During system shutdown, the bridges and ports are removed. The same behavior also can occur w