Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-04-08 Thread Gurucharan Shetty
> >> Also, if someone programmatically creates bridges using OVSDB, he is >> now forced to add those bridges to some startup script. I don't think >> it is feasible. > > Good point, but how you handle the networking configuration in this > case? For instance, when the new bridge needs an IP address

Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-04-08 Thread Flavio Leitner
On Tue, Apr 08, 2014 at 11:10:01AM -0700, Gurucharan Shetty wrote: > On Mon, Mar 31, 2014 at 1:19 PM, Ben Pfaff wrote: > > On Tue, Mar 25, 2014 at 02:50:17PM -0300, Flavio Leitner wrote: > >> It should be an administrator task to bring up devices as they > >> are configured properly. > >> > >> Cur

Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-04-08 Thread Gurucharan Shetty
On Mon, Mar 31, 2014 at 1:19 PM, Ben Pfaff wrote: > On Tue, Mar 25, 2014 at 02:50:17PM -0300, Flavio Leitner wrote: >> It should be an administrator task to bring up devices as they >> are configured properly. >> >> Currently, Fedora is deleting the bridges when the interface is >> brought down. T

Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-04-01 Thread Flavio Leitner
On Mon, Mar 31, 2014 at 01:19:39PM -0700, Ben Pfaff wrote: > On Tue, Mar 25, 2014 at 02:50:17PM -0300, Flavio Leitner wrote: > > It should be an administrator task to bring up devices as they > > are configured properly. > > > > Currently, Fedora is deleting the bridges when the interface is > > b

Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-03-31 Thread Ben Pfaff
On Tue, Mar 25, 2014 at 02:50:17PM -0300, Flavio Leitner wrote: > It should be an administrator task to bring up devices as they > are configured properly. > > Currently, Fedora is deleting the bridges when the interface is > brought down. Therefore, there is no bridge on the next boot and > the i

Re: [ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-03-25 Thread Kyle Mestery
On Tue, Mar 25, 2014 at 12:50 PM, Flavio Leitner wrote: > It should be an administrator task to bring up devices as they > are configured properly. > > Currently, Fedora is deleting the bridges when the interface is > brought down. Therefore, there is no bridge on the next boot and > the initscri

[ovs-dev] [PATCH v2] bridge: don't bring up internal ports by default.

2014-03-25 Thread Flavio Leitner
It should be an administrator task to bring up devices as they are configured properly. Currently, Fedora is deleting the bridges when the interface is brought down. Therefore, there is no bridge on the next boot and the initscripts can apply the networking configuration properly for a new bridge.