Yang 1.1 action syntax added (but function is not supported)
This commit is contained in:
parent
52021c3856
commit
507e03742d
5 changed files with 29 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue