base-files: properly generate the ula
authorJohn Crispin <john@openwrt.org>
Fri, 22 Aug 2014 14:19:07 +0000 (14:19 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 22 Aug 2014 14:19:07 +0000 (14:19 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42261

package/base-files/files/bin/config_generate

index 35299212a36f2c0adafd0bbf8a8e6a7b43718fc2..3f60c5b862d74c34157e51e9807de090a6bfa2b5 100755 (executable)
@@ -16,7 +16,7 @@ set network.loopback.ipaddr='127.0.0.1'
 set network.loopback.netmask='255.0.0.0'
 delete network.globals
 set network.globals='globals'
-set network.globals.ula_prefix='fdb1:a57f:2544::/48'
+set network.globals.ula_prefix='auto'
 EOF
 }