ucimap: properly test bool interpretation
[project/uci.git] / test / config / network
index ec57d7b..b201c48 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,5 @@ config 'interface' 'lan'
 config 'interface' 'wan'
        option 'proto'  'dhcp'
        option 'ifname' 'eth1'
+       option 'enabled' 'on'