Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
d1e36bd01e6da996d27075a7d81d51d889228383
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
RpcTranslator.yang
blob: 2f0616e59955b7d3d54436ab2aa4a83ba7b25448 [
file
] [
log
] [
blame
]
module
Sfc
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf test
{
type
string
;
}
container
my
-
container
{
leaf
my
-
val
{
type
string
;
}
}
rpc SFP
{
input
{
leaf port
{
type
string
;
}
}
output
{
leaf path
{
type
string
;
}
}
}
}