Re: [ovs-dev] [PATCH 2/2] OVN: add icmp6 action to ovn acl reject support

2018-04-06 Thread Ben Pfaff
On Fri, Apr 06, 2018 at 07:05:33PM +0200, Lorenzo Bianconi wrote: > Whenever the acl reject rule is hit by an IPv6 packet send back > an ICMPv6 destination unreachable packet using the icmp6 action > > Signed-off-by: Lorenzo Bianconi Thank you for implementing this.

[ovs-dev] [PATCH 2/2] OVN: add icmp6 action to ovn acl reject support

2018-04-06 Thread Lorenzo Bianconi
Whenever the acl reject rule is hit by an IPv6 packet send back an ICMPv6 destination unreachable packet using the icmp6 action Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.c | 25 ++--- tests/ovn.at| 20