On 11/17/20 3:28 PM, [email protected] wrote: > From: Numan Siddique <[email protected]> > > The action - chk_lb_hairpin checks if the packet destined to a load balancer > VIP > is to be hairpinned back to the same destination and if so, sets the > destination register > bit to 1. > > The action - chk_lb_hairpin_reply checks if the packet is a reply of the > hairpinned > packet. If so, it sets the destination register bit to 1. > > The action ct_snat_to_vip snats the source IP to the load balancer VIP if > chk_lb_hairpin() > returned true. > > These actions will be used in the upcoming patch by ovn-northd in the hairpin > logical flows. > This helps in reducing lots of hairpin logical flows. > > Signed-off-by: Numan Siddique <[email protected]> > ---
Looks good to me, thanks! Acked-by: Dumitru Ceara <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
