From: Heiko Z. <smi...@us...> - 2012-12-15 15:51:10
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32051 Modified Files: network Log Message: autoload ipv6 module if ipv6 address is about to be configured Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- network 15 Dec 2012 15:34:04 -0000 1.60 +++ network 15 Dec 2012 15:51:08 -0000 1.61 @@ -305,6 +305,7 @@ fi if [ -n "$IPV6ADDR" ]; then + modprobe ipv6 # configure IPv6 address(es) echo -n " [IPv6]" for v6addr in $IPV6ADDR; do |