Re: [ovs-dev] [patch v8 6/9] ipf: Add command to disable fragmentation handling.

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 5d987e6..a1eb026 100644 > --- a/lib/dpctl.man > +++ b/lib/dpctl.man > @@ -272,3 +272,18 @@ Only supported for userspace datapath. > \*(DX\fBct\-get\-nconns\fR [\fIdp\fR] > Prints the curren

[ovs-dev] [patch v8 6/9] ipf: Add command to disable fragmentation handling.

2018-07-16 Thread Darrell Ball
Commands are added to disable and also enable fragmentation handling for conntrack. Signed-off-by: Darrell Ball --- NEWS| 4 lib/ct-dpif.c | 8 lib/ct-dpif.h | 1 + lib/dpctl.c | 50 ++ lib/dpctl