Re: [ovs-dev] [patch v8 8/9] ipf: Add set maximum fragments supported command.

2018-08-01 Thread Justin Pettit
> On Jul 16, 2018, at 4:39 PM, Darrell Ball wrote: > > diff --git a/lib/dpctl.man b/lib/dpctl.man > index a75fc77..f5a36b0 100644 > --- a/lib/dpctl.man > +++ b/lib/dpctl.man > @@ -296,3 +296,11 @@ must be specified. The default v4 value is 1200 and the > clamped minimum is > 400. The default

[ovs-dev] [patch v8 8/9] ipf: Add set maximum fragments supported command.

2018-07-16 Thread Darrell Ball
A new command "ovs-appctl dpctl/ipf-set-max-nfrags" is added for userspace datapath conntrack fragmentation support. Signed-off-by: Darrell Ball --- NEWS| 2 ++ lib/ct-dpif.c | 8 lib/ct-dpif.h | 1 + lib/dpctl.c | 30 ++