mbox series

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

Message ID cover.1529316047.git.lorenzo.bianconi@redhat.com
Headers show
Series add TCP/UDP port unreachable support to OVN logical router | expand

Message

Lorenzo Bianconi June 18, 2018, 11:55 a.m. UTC
Add TCP reset/ICMP port unreachable messages in reply to IP packets directed to
the logical router's IP addresses

Changes since v1:
- use strings literal for actions since they are fixed strings

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 support to OVN router ports

 ovn/northd/ovn-northd.8.xml |  12 ----
 ovn/northd/ovn-northd.c     |  60 ++++++++++++++++++++
 tests/ovn.at                | 108 ++++++++++++++++++++++++++++++++++++
 3 files changed, 168 insertions(+), 12 deletions(-)

Comments

Ben Pfaff June 18, 2018, 11:08 p.m. UTC | #1
On Mon, Jun 18, 2018 at 01:55:57PM +0200, Lorenzo Bianconi wrote:
> Add TCP reset/ICMP port unreachable messages in reply to IP packets directed to
> the logical router's IP addresses
> 
> Changes since v1:
> - use strings literal for actions since they are fixed strings
> 
> 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 support to OVN router ports

Thanks, I applied this series to master.