Re: [ovs-dev] [PATCHv2 4/5] system-macros: Don't explicitly remove bridge.

2015-08-19 Thread Joe Stringer
Thanks, applied. On 17 August 2015 at 07:42, Daniele Di Proietto wrote: > Acked-by: Daniele Di Proietto > > On 12/08/2015 22:01, "Joe Stringer" wrote: > >>Depending on the kernel in use, manually removing a bridge during >>OVS_VSWITCHD_STOP can cause the kernel to send a route update that >>ref

Re: [ovs-dev] [PATCHv2 4/5] system-macros: Don't explicitly remove bridge.

2015-08-17 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto On 12/08/2015 22:01, "Joe Stringer" wrote: >Depending on the kernel in use, manually removing a bridge during >OVS_VSWITCHD_STOP can cause the kernel to send a route update that >refers to the bridge device which is being deleted. OVS can't make sense >of these mes