On Thu, Dec 22, 2022 at 08:43:09PM +0300, Vladislav Odintsov wrote: A patch description would be nice here.
> Signed-off-by: Vladislav Odintsov <[email protected]> That not withstanding, Reviewed-by: Simon Horman <[email protected]> > --- > northd/northd.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/northd/northd.c b/northd/northd.c > index 07fb0ab9a..9ee9b590d 100644 > --- a/northd/northd.c > +++ b/northd/northd.c > @@ -11612,7 +11612,7 @@ build_gateway_mtu_flow(struct hmap *lflows, struct > ovn_port *op, > } > > static bool > -consider_l3dwg_port_is_centralized(struct ovn_port *op) > +consider_l3dgw_port_is_centralized(struct ovn_port *op) > { > if (op->peer && op->peer->od->has_vtep_lports) { > return false; > @@ -11663,7 +11663,7 @@ build_adm_ctrl_flows_for_lrouter_port( > ds_clear(match); > ds_put_format(match, "eth.dst == %s && inport == %s", > op->lrp_networks.ea_s, op->json_key); > - if (consider_l3dwg_port_is_centralized(op)) { > + if (consider_l3dgw_port_is_centralized(op)) { > ds_put_format(match, " && is_chassis_resident(%s)", > op->cr_port->json_key); > } > -- > 2.36.1 > > _______________________________________________ > 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
