From: <abe...@us...> - 2015-10-31 02:54:02
|
Revision: 7297 http://sourceforge.net/p/astlinux/code/7297 Author: abelbeck Date: 2015-10-31 02:54:00 +0000 (Sat, 31 Oct 2015) Log Message: ----------- dhcpv6, special-case tweak in config file creation Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/etc/init.d/network Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/network =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/init.d/network 2015-10-30 22:06:14 UTC (rev 7296) +++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/network 2015-10-31 02:54:00 UTC (rev 7297) @@ -121,11 +121,11 @@ ifid 1; };" id=$((id+1)) - fi - # Only assign one interface given only a /64 prefix - if [ $len -eq 64 ]; then - break + # Only assign one interface given only a /64 prefix + if [ $len -eq 64 ]; then + break + fi fi done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |