On Friday 19 June 2009 18:43:36 ZioPRoTo (Saverio Proto) wrote: >[...] > However, before using an IPv6 firewall I'd like to be able to assign > IPv6 addresses to my router ! > > But how do you assign IPv6 addresses at boot ?
I use tunnels, no static addresses. > Can you reproduce this bug ? > https://dev.openwrt.org/ticket/5356 Yes. My guess: The IPv6 module isn't loaded yet when the interfaces go up. It seems like /etc/init.d/boot does coldplugging of the interfaces first and then loads the modules, maybe thats part of the issue. You could add some debug logger calls in /lib/network/config.sh to narrow down the problem. Cheers, Malte -- _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
