On Fri, Mar 05, 2021 at 02:53:47PM +0530, [email protected] wrote: > From: Numan Siddique <[email protected]> > > The commit c6e21a23bd8 which supported the option 'lb_force_snat_ip=router_ip' > on a gateway router, missed out on > - updating the flows in 'lr_in_dnat' to set 'flags.force_snat_for_lb = 1'. > - removing the flow to drop if ip.dst == router port IP in 'lr_in_ip_input' > stage. > > This patch fixes these issue and adds a system test to cover the > hairpin load balancer traffic for the gateway routers. > > Fixes: c6e21a23bd8("northd: Provide the Gateway router option > 'lb_force_snat_ip' to take router port ips.") > > CC: Ben Pfaff <[email protected]> > Signed-off-by: Numan Siddique <[email protected]>
Thanks! Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
