base-files: implement -l (--list-backup) sysupgrade parameter to list the files that...
[openwrt.git] / package / base-files / files / etc / config / network
index 1d5ded3..87b124a 100644 (file)
@@ -8,6 +8,15 @@ config interface loopback
 
 config interface lan
        option ifname   eth0
+       option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
+       option ip6assign 60
+
+config interface wan6
+       option ifname   @wan
+       option proto    dhcpv6
+
+config globals globals
+       option ula_prefix auto