mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
12 lines
138 B
YANG
12 lines
138 B
YANG
![]() |
module in {
|
||
|
namespace "http://com/in/in";
|
||
|
prefix in;
|
||
|
|
||
|
list example {
|
||
|
key "name";
|
||
|
leaf name {
|
||
|
type string;
|
||
|
}
|
||
|
}
|
||
|
}
|