Re: [ovs-dev] [PATCH v2 ovn 1/3] Introduce icmp6_error action

2020-07-08 Thread Numan Siddique
On Wed, Jul 8, 2020 at 2:12 PM Numan Siddique wrote: > > > On Tue, Jul 7, 2020 at 8:49 PM Lorenzo Bianconi < > lorenzo.bianc...@redhat.com> wrote: > >> Intoduce icmp6_error action in order to generate an ICMPv6 packet in >> response to an error in original IPv6 packet >> >> Signed-off-by: Lorenzo

Re: [ovs-dev] [PATCH v2 ovn 1/3] Introduce icmp6_error action

2020-07-08 Thread Numan Siddique
On Tue, Jul 7, 2020 at 8:49 PM Lorenzo Bianconi wrote: > Intoduce icmp6_error action in order to generate an ICMPv6 packet in > response to an error in original IPv6 packet > > Signed-off-by: Lorenzo Bianconi > --- > Hi Lorenzo, Thanks for v3. I just have one small nit. You need to update a f

[ovs-dev] [PATCH v2 ovn 1/3] Introduce icmp6_error action

2020-07-07 Thread Lorenzo Bianconi
Intoduce icmp6_error action in order to generate an ICMPv6 packet in response to an error in original IPv6 packet Signed-off-by: Lorenzo Bianconi --- controller/pinctrl.c | 1 + include/ovn/actions.h | 9 - lib/actions.c | 22 ++ ovn-sb.xml| 8