Re: [ovs-dev] [PATCH ovn v2] ovn-controller: Avoid infinite replying for TCP/ICMP connection reset messages

2021-10-12 Thread Mohammad Heib
Hi Mark, On 10/11/21 8:03 PM, Mark Gray wrote: On 11/10/2021 10:01, mh...@redhat.com wrote: From: Mohammad Heib When the ovn controller receives an ip packet that targets a lport that has ACL rule to reject ip packets, the controller will reply with TCP_RST or icmp4/6 unreachable packet to n

Re: [ovs-dev] [PATCH ovn v2] ovn-controller: Avoid infinite replying for TCP/ICMP connection reset messages

2021-10-11 Thread Mark Gray
On 11/10/2021 10:01, mh...@redhat.com wrote: > From: Mohammad Heib > > When the ovn controller receives an ip packet that targets a lport that has > ACL > rule to reject ip packets, the controller will reply with TCP_RST or icmp4/6 > unreachable packet > to notify the sender that the destinatio

[ovs-dev] [PATCH ovn v2] ovn-controller: Avoid infinite replying for TCP/ICMP connection reset messages

2021-10-11 Thread mheib
From: Mohammad Heib When the ovn controller receives an ip packet that targets a lport that has ACL rule to reject ip packets, the controller will reply with TCP_RST or icmp4/6 unreachable packet to notify the sender that the destination is not available. In turn, the receiver host will receive