[...]

> diff --git a/northd/northd.c b/northd/northd.c
> index 46e209fa4..69d86f1c7 100644
> --- a/northd/northd.c
> +++ b/northd/northd.c
> @@ -4118,6 +4118,9 @@ sync_pb_for_lrp(struct ovn_port *op,
>          if (smap_get_bool(&op->nbrp->options, "maintain-vrf", false)) {
>              smap_add(&new, "maintain-vrf", "true");
>          }
> +        if (smap_get_bool(&op->nbrp->options, "use-netns", false)) {
> +            smap_add(&new, "use-netns", "true");

not sure yet if it is a subsequent patch, but this parameter requires some
documentation.

Regards,
Lorenzo

> +        }
>          if (smap_get_bool(&op->od->nbr->options, "dynamic-routing", false)) {
>              smap_add(&new, "dynamic-routing", "true");
>          }
> -- 
> 2.47.0
> 
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to