Re: [ovs-dev] [PATCH] lib: fix typo in fragment handling error message

2018-06-08 Thread Simon Horman
On Wed, Jun 06, 2018 at 07:41:08AM -0700, Ben Pfaff wrote: > On Wed, Jun 06, 2018 at 11:47:13AM +0200, Simon Horman wrote: > > On Tue, May 29, 2018 at 08:51:15PM +0200, Louis Peens wrote: > > > The error message states that "not_first" is a valid selection > > > for the ip_frag field, but looking a

Re: [ovs-dev] [PATCH] lib: fix typo in fragment handling error message

2018-06-06 Thread Ben Pfaff
On Wed, Jun 06, 2018 at 11:47:13AM +0200, Simon Horman wrote: > On Tue, May 29, 2018 at 08:51:15PM +0200, Louis Peens wrote: > > The error message states that "not_first" is a valid selection > > for the ip_frag field, but looking at the structure that is defined > > this should say "not_later". >

Re: [ovs-dev] [PATCH] lib: fix typo in fragment handling error message

2018-06-06 Thread Simon Horman
On Tue, May 29, 2018 at 08:51:15PM +0200, Louis Peens wrote: > The error message states that "not_first" is a valid selection > for the ip_frag field, but looking at the structure that is defined > this should say "not_later". > > Signed-off-by: Louis Peens > Reviewed-by: Pieter Jansen van Vuuren

[ovs-dev] [PATCH] lib: fix typo in fragment handling error message

2018-05-29 Thread Louis Peens
The error message states that "not_first" is a valid selection for the ip_frag field, but looking at the structure that is defined this should say "not_later". Signed-off-by: Louis Peens Reviewed-by: Pieter Jansen van Vuuren Reviewed-by: Simon Horman --- lib/meta-flow.c | 2 +- 1 file changed,