Re: [ovs-dev] [PATCH ovn 3/3] northd: add chec_pkt_len lflows for ingress traffic

2021-05-21 Thread Numan Siddique
On Fri, May 21, 2021 at 5:45 PM Lorenzo Bianconi wrote: > > > On Wed, May 19, 2021 at 11:36 AM Lorenzo Bianconi > > wrote: > > > > > > Introduce chec_pkt_len action for ingress traffic entering the cluster > > > from a distributed gw router port or from a gw router. > > > Rearrange logical

Re: [ovs-dev] [PATCH ovn 3/3] northd: add chec_pkt_len lflows for ingress traffic

2021-05-21 Thread Lorenzo Bianconi
> On Wed, May 19, 2021 at 11:36 AM Lorenzo Bianconi > wrote: > > > > Introduce chec_pkt_len action for ingress traffic entering the cluster > > from a distributed gw router port or from a gw router. > > Rearrange logical router ingress pipeline in order to properly manage > > icmp error packets.

Re: [ovs-dev] [PATCH ovn 3/3] northd: add chec_pkt_len lflows for ingress traffic

2021-05-21 Thread Numan Siddique
On Wed, May 19, 2021 at 11:36 AM Lorenzo Bianconi wrote: > > Introduce chec_pkt_len action for ingress traffic entering the cluster > from a distributed gw router port or from a gw router. > Rearrange logical router ingress pipeline in order to properly manage > icmp error packets. > >

[ovs-dev] [PATCH ovn 3/3] northd: add chec_pkt_len lflows for ingress traffic

2021-05-19 Thread Lorenzo Bianconi
Introduce chec_pkt_len action for ingress traffic entering the cluster from a distributed gw router port or from a gw router. Rearrange logical router ingress pipeline in order to properly manage icmp error packets. Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 154