Initial commit
This commit is contained in:
commit
4eef3a1d5a
153 changed files with 178754 additions and 0 deletions
25
lib/uci/test/config/network
Normal file
25
lib/uci/test/config/network
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
config 'alias' 'a'
|
||||
option 'interface' 'lan'
|
||||
|
||||
config 'alias' 'b'
|
||||
option 'interface' 'lan'
|
||||
|
||||
config 'interface' 'lan'
|
||||
option 'proto' 'static'
|
||||
option 'ifname' 'eth0'
|
||||
option 'test' '123'
|
||||
option 'enabled' 'off'
|
||||
option 'ipaddr' '2.3.4.5'
|
||||
|
||||
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'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue