]> pilppa.org Git - uci.git/blobdiff - test/config/network
ucimap: add new UCIMAP_LIST_AUTO for automatically converting multiple list items...
[uci.git] / test / config / network
index ec57d7b2d0500db54046055be60e3a3dc7a145d1..6e2b5cc4a894ee05265f40824cba78c3512b03bd 100644 (file)
@@ -8,7 +8,7 @@ config 'interface' 'lan'
        option 'proto' 'static'
        option 'ifname' 'eth0'
        option 'test' '123'
-       option 'enabled' 'on'
+       option 'enabled' 'off'
        list 'aliases' 'a'
        list 'aliases' 'b'
        option 'ipaddr' '2.3.4.5'
@@ -16,4 +16,12 @@ config 'interface' 'lan'
 config 'interface' 'wan'
        option 'proto'  'dhcp'
        option 'ifname' 'eth1'
+       option 'enabled' 'on'
+       option 'aliases' 'c d'
+       
+config 'alias' 'c'
+       option 'interface' 'wan'
+
+config 'alias' 'd'
+       option 'interface' 'wan'