ucimap: properly test bool interpretation
[project/uci.git] / test / config / network
1 config 'alias' 'a'
2 option 'interface' 'lan'
3
4 config 'alias' 'b'
5 option 'interface' 'lan'
6
7 config 'interface' 'lan'
8 option 'proto' 'static'
9 option 'ifname' 'eth0'
10 option 'test' '123'
11 option 'enabled' 'off'
12 list 'aliases' 'a'
13 list 'aliases' 'b'
14 option 'ipaddr' '2.3.4.5'
15
16 config 'interface' 'wan'
17 option 'proto' 'dhcp'
18 option 'ifname' 'eth1'
19 option 'enabled' 'on'
20