mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
24 lines
363 B
XML
24 lines
363 B
XML
defaults {
|
|
key = "val1";
|
|
foo = "bar1";
|
|
many = "values here";
|
|
}
|
|
mything {
|
|
key = "newval";
|
|
key = "newval1";
|
|
foo = "bar";
|
|
many = "values here";
|
|
}
|
|
mything {
|
|
key = "newval";
|
|
foo = "bar";
|
|
many = "values here";
|
|
}
|
|
mything1 {
|
|
key2 = "wtf??";
|
|
key = "val1";
|
|
foo = "bar1";
|
|
many = "values here";
|
|
key1 = "newval";
|
|
}
|
|
|