Yang 1.1 action syntax added (but function is not supported)

This commit is contained in:
Olof hagsand 2018-10-10 22:27:46 +02:00
parent 52021c3856
commit 507e03742d
5 changed files with 29 additions and 2 deletions

View file

@ -45,9 +45,18 @@ module example{
}
rpc empty {
}
list server {
key name;
leaf name {
type string;
}
action reset {
}
}
identity eth {
base if:interface-type;
}
rpc client-rpc {
description "Example local client-side RPC that is processed by the
the netconf/restconf and not sent to the backend.