Change default IPv6 config to enable DHCPv6-PD
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Apr 2013 19:40:16 +0000 (19:40 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Apr 2013 19:40:16 +0000 (19:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36384 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 files changed:
package/base-files/files/etc/config/network
package/base-files/files/lib/functions/uci-defaults.sh
target/linux/adm5120/base-files/etc/config/network
target/linux/adm8668/base-files/etc/config/network
target/linux/amazon/base-files/etc/config/network
target/linux/ar7/base-files/etc/config/network
target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
target/linux/mcs814x/base-files/etc/config/network
target/linux/orion/base-files/etc/config/network
target/linux/rb532/base-files/etc/config/network
target/linux/x86/alix2/base-files/etc/config/network
target/linux/x86/base-files/etc/defconfig/net4801/network
target/linux/x86/geos/base-files/etc/config/network
target/linux/x86/net5501/base-files/etc/config/network
target/linux/x86/rdc/base-files/etc/config/network

index f2afcd9..87b124a 100644 (file)
@@ -12,7 +12,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan6
        option ifname   @wan
index 959ae5e..bf6fe1e 100644 (file)
@@ -176,7 +176,7 @@ set network.lan.type='bridge'
 set network.lan.proto='static'
 set network.lan.ipaddr='192.168.1.1'
 set network.lan.netmask='255.255.255.0'
-set network.lan.ip6assign='64'
+set network.lan.ip6assign='60'
 EOF
 }
 
index 8516e2d..9c52c0e 100644 (file)
@@ -19,7 +19,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 
 #### WAN configuration
index 42f37e4..2b53cf6 100644 (file)
@@ -10,7 +10,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan
        option ifname   eth1
index 167a5f8..9745944 100644 (file)
@@ -12,7 +12,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config globals globals
        option ula_prefix auto
index 50a1edf..968d955 100644 (file)
@@ -13,7 +13,7 @@ config interface lan
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
        option nat      1
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan6
         option ifname   @wan
index f2b3953..ad05525 100644 (file)
@@ -10,7 +10,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan
        option ifname   eth1
index 717f048..e2f779e 100644 (file)
@@ -11,7 +11,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan6
        option ifname   @wan
index 644cbac..b527a88 100644 (file)
@@ -20,7 +20,7 @@ config interface lan
         option proto    static
         option ipaddr   192.168.1.1
         option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan6
        option ifname   @wan
index 6d963cd..3a8c8f3 100644 (file)
@@ -11,7 +11,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan6
        option ifname   @wan
index 9d70100..505628e 100644 (file)
@@ -14,7 +14,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan
        option ifname   eth0
index 4cbae10..172d513 100644 (file)
@@ -10,7 +10,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan
        option ifname   eth0
index c9c12e3..a60fcdf 100644 (file)
@@ -12,7 +12,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config atm-bridge
        option unit     0
index 37b73d1..330c60b 100644 (file)
@@ -12,7 +12,7 @@ config interface lan
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-       option ip6assign 64
+       option ip6assign 60
 
 config interface wan
        option ifname   eth0
index 2632d88..9ee12dc 100644 (file)
@@ -12,7 +12,7 @@ config interface lan
         option proto    static
         option ipaddr   192.168.1.1
         option netmask  255.255.255.0
-        option ip6assign 64
+        option ip6assign 60
 
 config interface wan
        option ifname   eth0