mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
10 lines
111 B
Text
10 lines
111 B
Text
defaults {
|
|
key = "val"
|
|
foo = "bar"
|
|
many = "values here"
|
|
}
|
|
|
|
mything {
|
|
.inherit "defaults"
|
|
key = "newval"
|
|
}
|