Thanks for the detailed review Justin
On Wed, Jun 6, 2018 at 10:00 PM, Justin Pettit wrote:
>
> > On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote:
>
> > diff --git a/lib/dpctl.c b/lib/dpctl.c
> > index 9fc0151..f6c0a87 100644
> > --- a/lib/dpctl.c
> > +++ b/lib/dpctl.c
> > @@ -1786,6 +1786,44
> On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote:
> diff --git a/lib/dpctl.c b/lib/dpctl.c
> index 9fc0151..f6c0a87 100644
> --- a/lib/dpctl.c
> +++ b/lib/dpctl.c
> @@ -1786,6 +1786,44 @@ dpctl_ct_ipf_change_enabled(int argc, const char
> *argv[],
> return error;
> }
>
> +static int
> +dp
A new command "ovs-appctl dpctl/ipf-set-minfrag" 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 | 40 +