On Wed, Jun 6, 2018 at 10:23 PM, Justin Pettit wrote:
>
> > On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote:
> >
> > diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c
> > index 81f9d92..60c8986 100644
> > --- a/lib/ct-dpif.c
> > +++ b/lib/ct-dpif.c
> > @@ -188,6 +188,27 @@ ct_dpif_ipf_set_nfrag_max(stru
> On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote:
>
> diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c
> index 81f9d92..60c8986 100644
> --- a/lib/ct-dpif.c
> +++ b/lib/ct-dpif.c
> @@ -188,6 +188,27 @@ ct_dpif_ipf_set_nfrag_max(struct dpif *dpif, uint32_t
> max_frags)
> : EOPNOTSUPP);
>
A new command "ovs-appctl dpctl/ipf-get-status" is added
for userspace datapath conntrack fragmentation support.
The command shows the configuration status as well as
fragment counters.
Signed-off-by: Darrell Ball
---
NEWS| 2 ++
lib/ct-dpif.c | 21 +++
lib/ct-