Re: [LEDE-DEV] [RFC PATCH 1/2] odhcp6c: support multiple additional user prefixes

2018-02-19 Thread Hans Dedecker
On Wed, Feb 14, 2018 at 2:58 PM, Jo-Philipp Wich wrote: > Support configuration in the form... > > list ip6prefix 2001:db8:1234::/64 > list ip6prefix 2001:db8:5678::/64 > > ... to allow specifying multiple additional IPv6 prefixes. > > Implements feature request FS#1361. > > Signed-off-by:

[LEDE-DEV] [RFC PATCH 1/2] odhcp6c: support multiple additional user prefixes

2018-02-14 Thread Jo-Philipp Wich
Support configuration in the form... list ip6prefix 2001:db8:1234::/64 list ip6prefix 2001:db8:5678::/64 ... to allow specifying multiple additional IPv6 prefixes. Implements feature request FS#1361. Signed-off-by: Jo-Philipp Wich --- package/network/ipv6/odhcp6c/Makefile|