Re: [ovs-dev] [PATCH v4 ovn 2/2] Add DNSSL support to OVN

2019-10-29 Thread Lorenzo Bianconi
> On Mon, Oct 28, 2019 at 8:10 PM Lorenzo Bianconi > wrote: > > > > Introduce the possibility to specify a DNSSL option to Router > > Advertisement packets. DNS Search list can be specified using > > 'dnssl' tag in the ipv6_ra_configs column of logical router > > port table > > > > Signed-off-by:

Re: [ovs-dev] [PATCH v4 ovn 2/2] Add DNSSL support to OVN

2019-10-29 Thread Numan Siddique
On Mon, Oct 28, 2019 at 8:10 PM Lorenzo Bianconi wrote: > > Introduce the possibility to specify a DNSSL option to Router > Advertisement packets. DNS Search list can be specified using > 'dnssl' tag in the ipv6_ra_configs column of logical router > port table > > Signed-off-by: Lorenzo Bianconi

[ovs-dev] [PATCH v4 ovn 2/2] Add DNSSL support to OVN

2019-10-28 Thread Lorenzo Bianconi
Introduce the possibility to specify a DNSSL option to Router Advertisement packets. DNS Search list can be specified using 'dnssl' tag in the ipv6_ra_configs column of logical router port table Signed-off-by: Lorenzo Bianconi --- controller/pinctrl.c | 51 +++