Re: [ovs-dev] [PATCH 0/3] add TCP/UDP port unreachable support to OVN logical router

2018-06-15 Thread Ben Pfaff
On Fri, Jun 15, 2018 at 11:49:06AM +0200, Lorenzo Bianconi wrote: > Add TCP reset/ICMP port unreachable messages in reply to IP packets directed > to > the logical router's IP addresses Thanks for implementing this! I noticed a needlessly inefficient pattern here, where the actions are a fixed s

[ovs-dev] [PATCH 0/3] add TCP/UDP port unreachable support to OVN logical router

2018-06-15 Thread Lorenzo Bianconi
Add TCP reset/ICMP port unreachable messages in reply to IP packets directed to the logical router's IP addresses Lorenzo Bianconi (3): OVN: add UDP port unreachable support to OVN logical router OVN: add TCP port unreachable support to OVN logical router OVN: add protocol unreachable suppor