Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-13 Thread Guru Shetty
On Sun, 9 Sep 2018 at 05:20, Timothy Redaelli wrote: > Currently the default flow (actions=NORMAL) is present in the flow table > after > the flow table is restored also when the default flow is removed. > > This commit changes the behaviour of the "ovs-save save-flows" command to > use >

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-13 Thread Guru Shetty
On Thu, 13 Sep 2018 at 10:38, Timothy Redaelli wrote: > On Wed, 12 Sep 2018 10:36:22 -0700 > Guru Shetty wrote: > > > On Tue, 11 Sep 2018 at 09:07, Flavio Leitner wrote: > > > > > On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > > > > Currently the default flow

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-13 Thread Timothy Redaelli
On Wed, 12 Sep 2018 10:36:22 -0700 Guru Shetty wrote: > On Tue, 11 Sep 2018 at 09:07, Flavio Leitner wrote: > > > On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > > > Currently the default flow (actions=NORMAL) is present in the > > > flow table > > after > > > the

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-12 Thread Flavio Leitner
On Wed, Sep 12, 2018 at 10:36:22AM -0700, Guru Shetty wrote: > On Tue, 11 Sep 2018 at 09:07, Flavio Leitner wrote: > > > On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > > > Currently the default flow (actions=NORMAL) is present in the flow table > > after > > > the flow table

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-12 Thread Flavio Leitner
On Wed, Sep 12, 2018 at 10:54:36AM -0700, Guru Shetty wrote: > On Sun, 9 Sep 2018 at 05:20, Timothy Redaelli wrote: > > > Currently the default flow (actions=NORMAL) is present in the flow table > > after > > the flow table is restored also when the default flow is removed. > > > > This commit

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-12 Thread Ben Pfaff
On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > Currently the default flow (actions=NORMAL) is present in the flow table after > the flow table is restored also when the default flow is removed. > > This commit changes the behaviour of the "ovs-save save-flows" command to use

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-12 Thread Guru Shetty
On Sun, 9 Sep 2018 at 05:20, Timothy Redaelli wrote: > Currently the default flow (actions=NORMAL) is present in the flow table > after > the flow table is restored also when the default flow is removed. > > This commit changes the behaviour of the "ovs-save save-flows" command to > use >

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-12 Thread Guru Shetty
On Tue, 11 Sep 2018 at 09:07, Flavio Leitner wrote: > On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > > Currently the default flow (actions=NORMAL) is present in the flow table > after > > the flow table is restored also when the default flow is removed. > > > > This commit

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-11 Thread Flavio Leitner
On Tue, Sep 11, 2018 at 01:06:48PM -0300, Flavio Leitner wrote: > On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > > Currently the default flow (actions=NORMAL) is present in the flow table > > after > > the flow table is restored also when the default flow is removed. > > > >

Re: [ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-11 Thread Flavio Leitner
On Sun, Sep 09, 2018 at 02:20:02PM +0200, Timothy Redaelli wrote: > Currently the default flow (actions=NORMAL) is present in the flow table after > the flow table is restored also when the default flow is removed. > > This commit changes the behaviour of the "ovs-save save-flows" command to use

[ovs-dev] [PATCH] ovs-save: Don't always include the default flow during restore

2018-09-09 Thread Timothy Redaelli
Currently the default flow (actions=NORMAL) is present in the flow table after the flow table is restored also when the default flow is removed. This commit changes the behaviour of the "ovs-save save-flows" command to use "replace-flows" instead of "add-flows" to restore the flows. This is