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()
14 lines
258 B
YANG
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";
|
|
}
|