Re: [ovs-dev] [PATCH 1/2] OVN: add icmp6{} action support

2018-04-06 Thread Ben Pfaff
On Fri, Apr 06, 2018 at 07:05:32PM +0200, Lorenzo Bianconi wrote: > icmp6 action is used to replace the IPv6 packet been processed with > an ICMPv6 packet initialized based on incoming IPv6 one. > Ethernet and IPv6 fields not listed are not changed: > - ip.proto = 58 (ICMPv6) > - ip.ttl = 255 > - i

[ovs-dev] [PATCH 1/2] OVN: add icmp6{} action support

2018-04-06 Thread Lorenzo Bianconi
icmp6 action is used to replace the IPv6 packet been processed with an ICMPv6 packet initialized based on incoming IPv6 one. Ethernet and IPv6 fields not listed are not changed: - ip.proto = 58 (ICMPv6) - ip.ttl = 255 - icmp6.type = 1 (destination unreachable) - icmp6.code = 1 (communication admini