ucimap: add helper function for resizing lists and freeing items (both using ucimap...
[project/uci.git] / test / config / network
index 6e2b5cc..426e345 100644 (file)
@@ -9,8 +9,6 @@ config 'interface' 'lan'
        option 'ifname' 'eth0'
        option 'test' '123'
        option 'enabled' 'off'
-       list 'aliases' 'a'
-       list 'aliases' 'b'
        option 'ipaddr' '2.3.4.5'
 
 config 'interface' 'wan'