Re: [ovs-dev] [patch v8 7/9] ipf: Add set minimum fragment size command.

2018-08-01 Thread Justin Pettit
> On Jul 16, 2018, at 4:39 PM, Darrell Ball wrote: > diff --git a/lib/ct-dpif.h b/lib/ct-dpif.h > index bd6234d..6eb55b4 100644 > --- a/lib/ct-dpif.h > +++ b/lib/ct-dpif.h > @@ -17,6 +17,7 @@ > #ifndef CT_DPIF_H > #define CT_DPIF_H > > +#include "ipf.h" I don't think it's necessary to add th

[ovs-dev] [patch v8 7/9] ipf: Add set minimum fragment size command.

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