10 lines
189 B
YANG
10 lines
189 B
YANG
module example {
|
|
import ietf-ip {
|
|
prefix ip;
|
|
}
|
|
import ietf-routing {
|
|
prefix rt;
|
|
}
|
|
description
|
|
"Example code that includes ietf-ip and ietf-routing";
|
|
}
|