Initial commit

This commit is contained in:
Johannes Findeisen 2009-10-15 19:27:15 +02:00
commit 4eef3a1d5a
153 changed files with 178754 additions and 0 deletions

View file

@ -0,0 +1 @@
+add.section=type

View file

@ -0,0 +1,6 @@
config 'type' 'section'
option 'opt' 'val'
list 'list_opt' 'val0'
list 'list_opt' 'val1'

View file

@ -0,0 +1,7 @@
package 'export'
config 'type' 'section'
option 'opt' 'val'
list 'list_opt' 'val0'
list 'list_opt' 'val1'

View file

@ -0,0 +1,2 @@
config 'type' 'section'
option 'opt' 'val'

View file

@ -0,0 +1,5 @@
config 'type' 'section'
option 'opt' 'val'
config 'unnamed'
option 'opt1' 'val1'

View file

@ -0,0 +1,7 @@
package 'import'
config 'type' 'section'
option 'opt' 'val'
list 'list_opt' 'val0'
list 'list_opt' 'val1'

View file

@ -0,0 +1,6 @@
config 'type' 'section'
option 'opt' 'val'
list 'list_opt' 'val0'
list 'list_opt' 'val1'

View file

@ -0,0 +1,2 @@
config 'named' 'section'
option 'opt' 'err'

View file

@ -0,0 +1 @@
set.section.opt=val

View file

@ -0,0 +1 @@
set.section=named

View file

@ -0,0 +1 @@
config 'named' 'section'

View file

@ -0,0 +1 @@
set.section.opt=val

View file

@ -0,0 +1,2 @@
config 'type' 'section'
option 'opt' 'val'

View file

@ -0,0 +1,2 @@
config 'type' 'section'
option 'opt' 'val'

View file

@ -0,0 +1,15 @@
New network section 'lan'
type: static
ifname: eth0
ipaddr: 2.3.4.5
test: 123
enabled: off
New alias: a
New alias: b
New network section 'wan'
type: dhcp
ifname: eth1
ipaddr: 0.0.0.0
test: -1
enabled: on
Configured aliases: c d

View file

@ -0,0 +1,14 @@
New network section 'lan'
type: static
ifname: eth0
ipaddr: 0.0.0.0
test: 123
enabled: off
Configured aliases: a b
New network section 'wan'
type: dhcp
ifname: eth1
ipaddr: 0.0.0.0
test: -1
enabled: on
Configured aliases: c d