Re: [ovs-dev] [PATCH ovn] Add RDNSS support to OVN

2019-10-23 Thread Lorenzo Bianconi
> On Sat, Oct 19, 2019 at 12:08 AM Mark Michelson wrote: > > > Acked-by: Mark Michelson > > > > On 10/18/19 7:09 AM, Lorenzo Bianconi wrote: > > > Introduce the possibility to specify a RDNSS option to Router > > > Advertisement packets. DNS IPv6 address can be specified using > > > 'rdnss' tag

Re: [ovs-dev] [PATCH ovn] Add RDNSS support to OVN

2019-10-23 Thread Numan Siddique
On Sat, Oct 19, 2019 at 12:08 AM Mark Michelson wrote: > Acked-by: Mark Michelson > > On 10/18/19 7:09 AM, Lorenzo Bianconi wrote: > > Introduce the possibility to specify a RDNSS option to Router > > Advertisement packets. DNS IPv6 address can be specified using > > 'rdnss' tag in the ipv6_ra_c

Re: [ovs-dev] [PATCH ovn] Add RDNSS support to OVN

2019-10-18 Thread Mark Michelson
Acked-by: Mark Michelson On 10/18/19 7:09 AM, Lorenzo Bianconi wrote: Introduce the possibility to specify a RDNSS option to Router Advertisement packets. DNS IPv6 address can be specified using 'rdnss' tag in the ipv6_ra_configs column of logical router port table Signed-off-by: Lorenzo Bianc

[ovs-dev] [PATCH ovn] Add RDNSS support to OVN

2019-10-18 Thread Lorenzo Bianconi
Introduce the possibility to specify a RDNSS option to Router Advertisement packets. DNS IPv6 address can be specified using 'rdnss' tag in the ipv6_ra_configs column of logical router port table Signed-off-by: Lorenzo Bianconi --- controller/pinctrl.c | 50 ++