mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
12 lines
177 B
Text
12 lines
177 B
Text
subnode@1 {
|
|
compatible = "subnode1";
|
|
prop-int = [deadbeef];
|
|
|
|
subsubnode {
|
|
compatible = "subsubnode1", "subsubnode";
|
|
prop-int = <0xdeadbeef>;
|
|
};
|
|
|
|
ss1 {
|
|
};
|
|
};
|