mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00

Hi, pyang (https://github.com/mbj4668/pyang) is a YANG validator, transformator and code generator, written in python. YANG (RFC 7950) is a data modeling language for NETCONF (RFC 6241), developed by the IETF NETMOD WG. This formatter provides support for Emacs yang-mode. --------- Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
11 lines
138 B
YANG
11 lines
138 B
YANG
module in {
|
|
namespace "http://com/in/in";
|
|
prefix in;
|
|
|
|
list example {
|
|
key "name";
|
|
leaf name {
|
|
type string;
|
|
}
|
|
}
|
|
}
|