On Thu, Jun 23, 2022 at 6:32 AM yangchang <[email protected]> wrote: > > change 'negotations' to 'negotiations' > > Signed-off-by: yangchang <[email protected]>
Good catch! Acked-by: Mike Pattrick <[email protected]> > --- > lib/lacp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/lacp.h b/lib/lacp.h > index d731ae9..3c14862 100644 > --- a/lib/lacp.h > +++ b/lib/lacp.h > @@ -24,7 +24,7 @@ > /* LACP Protocol Implementation. */ > > enum lacp_status { > - LACP_NEGOTIATED, /* Successful LACP negotations. */ > + LACP_NEGOTIATED, /* Successful LACP negotiations. */ > LACP_CONFIGURED, /* LACP is enabled but not negotiated. > */ > LACP_DISABLED /* LACP is not enabled. */ > }; > -- > 1.8.3.1 > > > > [email protected] > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
