Re: [PATCH net-next V6] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-19 Thread Jakub Kicinski
On Thu, 19 Nov 2020 20:31:41 +0100 Dmytro Shytyi wrote: > > Thanks for adding the helper! Looks like it needs a touch up: > > Understood. Thank you for pointing this out. I think I did not catch this > warning as my Makefile didn't include "-Wmissing-prototypes" > > >

Re: [PATCH net-next V6] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-19 Thread Dmytro Shytyi
On Thu, 19 Nov 2020 19:44:13 +0100 Jakub Kicinski wrote > On Thu, 19 Nov 2020 14:37:35 +0100 Dmytro Shytyi wrote: > > +struct inet6_ifaddr *ipv6_cmp_rcvd_prsnt_prfxs(struct inet6_ifaddr *ifp, > > + struct inet6_dev *in6_dev, > > +

Re: [PATCH net-next V6] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-19 Thread Jakub Kicinski
On Thu, 19 Nov 2020 14:37:35 +0100 Dmytro Shytyi wrote: > +struct inet6_ifaddr *ipv6_cmp_rcvd_prsnt_prfxs(struct inet6_ifaddr *ifp, > +struct inet6_dev *in6_dev, > +struct net *net, > +

[PATCH net-next V6] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-19 Thread Dmytro Shytyi
Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO (randomly generated hostID or stable privacy + privacy extensions). The main problem is that SLAAC RA or PD allocates a /64 by the Wireless carrier 4G, 5G to a mobile hotspot, however segmentation of the /64 via SLAAC is required so