On Tue, Jul 19, 2022 at 10:13 AM Vladislav Odintsov <[email protected]> wrote: > > Signed-off-by: Vladislav Odintsov <[email protected]>
Thanks. Applied to the main branch. Numan > --- > controller/binding.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/controller/binding.c b/controller/binding.c > index 9faef02dd..ba803ae3e 100644 > --- a/controller/binding.c > +++ b/controller/binding.c > @@ -881,7 +881,7 @@ get_lport_type_str(enum en_lport_type lport_type) > case LP_CHASSISREDIRECT: > return "CHASSISREDIRECT"; > case LP_L3GATEWAY: > - return "L3GATEWAT"; > + return "L3GATEWAY"; > case LP_LOCALNET: > return "PATCH"; > case LP_LOCALPORT: > -- > 2.26.3 > > _______________________________________________ > 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
