Re: [ovs-dev] [PATCH 3/3] bridge: reconfigure when system interfaces change

2015-07-28 Thread Gurucharan Shetty
> > Sorry for that, I forgot to include a stub for the other cases. That would > include ESX, right? I am just following how the route-table works. You can ignore ESX. But, yeah, we will need something for Windows such that we atleast don't have compilation and run time issues on Windows. A stub sh

Re: [ovs-dev] [PATCH 3/3] bridge: reconfigure when system interfaces change

2015-07-28 Thread Thadeu Lima de Souza Cascardo
On Mon, Jul 27, 2015 at 03:59:18PM -0700, Ben Pfaff wrote: > On Mon, Jul 27, 2015 at 03:55:52PM -0700, Gurucharan Shetty wrote: > > I wonder what happens for Windows here. > > > I guess we need an if-notifier-windows.c also. > Sorry for that, I forgot to include a stub for the other cases. That

Re: [ovs-dev] [PATCH 3/3] bridge: reconfigure when system interfaces change

2015-07-27 Thread Ben Pfaff
I guess we need an if-notifier-windows.c also. On Mon, Jul 27, 2015 at 03:55:52PM -0700, Gurucharan Shetty wrote: > I wonder what happens for Windows here. > > On Mon, Jul 27, 2015 at 3:51 PM, Ben Pfaff wrote: > > On Mon, Jul 27, 2015 at 02:24:20PM -0300, Thadeu Lima de Souza Cascardo > > wrote

Re: [ovs-dev] [PATCH 3/3] bridge: reconfigure when system interfaces change

2015-07-27 Thread Gurucharan Shetty
I wonder what happens for Windows here. On Mon, Jul 27, 2015 at 3:51 PM, Ben Pfaff wrote: > On Mon, Jul 27, 2015 at 02:24:20PM -0300, Thadeu Lima de Souza Cascardo wrote: >> Whenever system interfaces are removed, added or change state, reconfigure >> bridge. This allows late interfaces to be add

Re: [ovs-dev] [PATCH 3/3] bridge: reconfigure when system interfaces change

2015-07-27 Thread Ben Pfaff
On Mon, Jul 27, 2015 at 02:24:20PM -0300, Thadeu Lima de Souza Cascardo wrote: > Whenever system interfaces are removed, added or change state, reconfigure > bridge. This allows late interfaces to be added to the datapath when they are > added to the system after ovs-vswitchd is started. > > Signe