Re: [ovs-dev] [PATCH v3 3/3] ovn-northd: Add logical flows to support native IPv6 RA

2017-07-31 Thread Numan Siddique
On Tue, Jul 25, 2017 at 6:14 PM, Miguel Angel Ajo Pelayo < majop...@redhat.com> wrote: > Looks good, just a tiny comment, but not actually very important. > > > On Fri, Jul 14, 2017 at 2:26 PM, wrote: > >> From: Zongkai LI >> >> This patch adds logical flows which sends IPv6 Router Advertisement

Re: [ovs-dev] [PATCH v3 3/3] ovn-northd: Add logical flows to support native IPv6 RA

2017-07-25 Thread Miguel Angel Ajo Pelayo
Looks good, just a tiny comment, but not actually very important. On Fri, Jul 14, 2017 at 2:26 PM, wrote: > From: Zongkai LI > > This patch adds logical flows which sends IPv6 Router Advertisement > packet in response to the IPv6 Router Solicitation request. It uses > the actions "put_nd_ra_op

[ovs-dev] [PATCH v3 3/3] ovn-northd: Add logical flows to support native IPv6 RA

2017-07-14 Thread nusiddiq
From: Zongkai LI This patch adds logical flows which sends IPv6 Router Advertisement packet in response to the IPv6 Router Solicitation request. It uses the actions "put_nd_ra_opts" to transform the RS packet to RA packet in the newly added ingress stage "lr_in_nd_ra_options" in router pipeline.