mbox series

[ovs-dev,0/2] add IPv6 port unreachable support to OVN logical router

Message ID cover.1530892643.git.lorenzo.bianconi@redhat.com
Headers show
Series add IPv6 port unreachable support to OVN logical router | expand

Message

Lorenzo Bianconi July 6, 2018, 4:12 p.m. UTC
Add ICMPv6 port unreachable messages in reply to IPv6 packets (not TCP)
directed to the logical router's IP addresses

Lorenzo Bianconi (2):
  OVN: add IPv6 UDP port unreachable support to OVN logical router
  OVN: add IPv6 address unreachable support to OVN router ports

 ovn/northd/ovn-northd.8.xml |  5 +++--
 ovn/northd/ovn-northd.c     | 30 +++++++++++++++++++++++++++++-
 tests/ovn.at                | 27 ++++++++++++++++++++++++---
 3 files changed, 56 insertions(+), 6 deletions(-)

Comments

Ben Pfaff July 6, 2018, 8:31 p.m. UTC | #1
On Fri, Jul 06, 2018 at 06:12:16PM +0200, Lorenzo Bianconi wrote:
> Add ICMPv6 port unreachable messages in reply to IPv6 packets (not TCP)
> directed to the logical router's IP addresses

Thanks, I applied this series to master.