mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
38 lines
636 B
Text
38 lines
636 B
Text
section {
|
|
blah {
|
|
param = "value";
|
|
}
|
|
}
|
|
section {
|
|
test {
|
|
key = "test";
|
|
subsection {
|
|
testsub {
|
|
flag = true;
|
|
subsubsection {
|
|
testsubsub1 {
|
|
testsubsub2 {
|
|
key [
|
|
1,
|
|
2,
|
|
3,
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
section {
|
|
test {
|
|
}
|
|
}
|
|
section {
|
|
foo {
|
|
param = 123.200000;
|
|
}
|
|
}
|
|
array [
|
|
]
|
|
|