Hi Felix!
> > @@ -25,6 +25,8 @@
> > )}
> >
> > start() {
> > + [ -e /etc/modules.d/09-ipv6 ] && sleep 1
> > +
> Is this part intentional or is it debugging code that was accidentally
> left
> in the patch?
This is unfortunately an intentional part of the patch. The kernel module
starts up
Alina Friedrichsen wrote:
> When /etc/init.d/boot brings the coldplugging network interfaces up,
> the IPv6 kernel module is not loaded and so the configuration of the
> IPv6 addresses in the uci config fails. This patch correct this.
>
> Signed-off-by: "Alina Friedrichsen" <[EMAIL PROTECTED]>
> -
When /etc/init.d/boot brings the coldplugging network interfaces up, the IPv6
kernel module is not loaded and so the configuration of the IPv6 addresses in
the uci config fails. This patch correct this.
Signed-off-by: "Alina Friedrichsen" <[EMAIL PROTECTED]>
---
Index: package/base-files/files/e