Re: [ovs-discuss] [OVN] router-preference in non periodic RA

2020-06-05 Thread Gabriele Cerami
On 02 Jun, Numan Siddique wrote: > > If you want to address this, then you should include router-preference in > the put_nd_ra_opts(), > something like > > reg1[0] = put_nd_ra_opts(addr_mode = "slaac", mtu = 1500, prefix = > aef0::/64, slla = ae:01:02:03:04:05, router-preference=true); Thanks

Re: [ovs-discuss] [OVN] router-preference in non periodic RA

2020-06-01 Thread Numan Siddique
Hi Gabriele, Please see below for some comments. Thanks Numan On Sun, May 31, 2020 at 4:19 PM Gabriele Cerami wrote: > On 30 May, Gabriele Cerami wrote: > > The pinctrl thread code seems the right place, the packet is passed to > > the router logic that builds a response. > > I was expecting

Re: [ovs-discuss] [OVN] router-preference in non periodic RA

2020-05-31 Thread Gabriele Cerami
On 30 May, Gabriele Cerami wrote: > The pinctrl thread code seems the right place, the packet is passed to > the router logic that builds a response. > I was expecting some OPCODE in controller/pinctrl.c:process_packet_in > but there's none referring to a RS. I think I can partially answer

[ovs-discuss] [OVN] router-preference in non periodic RA

2020-05-30 Thread Gabriele Cerami
Hi, Currently, IPV6 Router Advertisements do not contain options like router-preference when they are not set to be sent periodically, as explained in https://bugzilla.redhat.com/show_bug.cgi?id=1804576 As a study topic, I'm trying to find a way to allow router to honour