Re: [ovs-dev] [PATCH ovn v2 4/7] actions: Add new actions chk_lb_hairpin, chk_lb_hairpin_reply and ct_snat_to_vip.

2020-10-29 Thread Dumitru Ceara
On 10/27/20 6:19 PM, num...@ovn.org wrote: > From: Numan Siddique > > 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 -

[ovs-dev] [PATCH ovn v2 4/7] actions: Add new actions chk_lb_hairpin, chk_lb_hairpin_reply and ct_snat_to_vip.

2020-10-27 Thread numans
From: Numan Siddique 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.