Re: [LEDE-DEV] netifd: proto_add_host_dependency()

2016-11-18 Thread Hans Dedecker
On Friday, 18 November 2016 12:33:25 CET Dan Lüdtke wrote: > Hi everyone, > > I have a weird situation where proto_add_host_dependency() does not like > IPv6 addresses. The WAN/WAN6 interface don't have global unicast addresses > assigned, but my protocol script calls > >

[LEDE-DEV] netifd: proto_add_host_dependency()

2016-11-18 Thread Dan Lüdtke
Hi everyone, I have a weird situation where proto_add_host_dependency() does not like IPv6 addresses. The WAN/WAN6 interface don't have global unicast addresses assigned, but my protocol script calls proto_add_host_dependency "${config}" "${ip}" with $ip containing a global unicast address.