Re: [ovs-dev] [PATCH ovn] northd: fix check_pkt_larger ingress flows with FIP

2021-11-04 Thread Lorenzo Bianconi
On Nov 03, Numan Siddique wrote: > On Wed, Nov 3, 2021 at 9:49 AM Lorenzo Bianconi > wrote: > > > > Add missing icmp{4,6}_error flows for ingress traffic destinated to FIP > > associated to the interface. > > > > Signed-off-by: Lorenzo Bianconi > > --- > > northd/northd.c | 87 ++

Re: [ovs-dev] [PATCH ovn] northd: fix check_pkt_larger ingress flows with FIP

2021-11-03 Thread Numan Siddique
On Wed, Nov 3, 2021 at 9:49 AM Lorenzo Bianconi wrote: > > Add missing icmp{4,6}_error flows for ingress traffic destinated to FIP > associated to the interface. > > Signed-off-by: Lorenzo Bianconi > --- > northd/northd.c | 87 ++--- > tests/ovn.at

[ovs-dev] [PATCH ovn] northd: fix check_pkt_larger ingress flows with FIP

2021-11-03 Thread Lorenzo Bianconi
Add missing icmp{4,6}_error flows for ingress traffic destinated to FIP associated to the interface. Signed-off-by: Lorenzo Bianconi --- northd/northd.c | 87 ++--- tests/ovn.at| 58 ++--- 2 files changed, 121 insertions