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]>
> ---
> Index: package/base-files/files/etc/init.d/boot
> ===================================================================
> --- package/base-files/files/etc/init.d/boot  (Revision 11319)
> +++ package/base-files/files/etc/init.d/boot  (Arbeitskopie)
> @@ -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?

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to