clixon/example/example.yang
Olof hagsand 35b142cf4d * Added Yang "extension" statement. This includes parsing unknown
statements and identifying them as extensions or not. However,
  semantics for specific extensions must still be added.
* Renamed ytype_id and ytype_prefix to yarg_id and yarg_prefix, respectively

* Added cli_show_version()
2018-02-25 20:01:53 +01:00

14 lines
258 B
YANG

module example {
prefix ex;
import ietf-ip {
prefix ip;
}
import ietf-routing {
prefix rt;
}
import ietf-netconf-acm {
prefix nacm; /* See RFC 6536 */
}
description
"Example code that includes ietf-ip and ietf-routing";
}