blob: 52083447c84800a9e792800b230e37aaf48372ee [file] [log] [blame]
module test1 {
namespace "test1:test1";
prefix test1 ;
organization "";
contact "";
description
"Defines basic service types for L3VPN service.";
revision "2015-12-16" {
reference "";
}
container cont1 {
container cont2 {
}
}
augment /cont1/cont2 {
leaf leaf4 {
type int32;
}
container cont1s {
container cont1s {
}
}
}
rpc rpc-input {
input {
leaf leaf1 {
type int32;
}
}
}
rpc rpc-output {
output {
leaf leaf1 {
type int32;
}
}
}
rpc rpc-input-output {
input {
leaf leaf1 {
type int32;
}
}
output {
leaf leaf1 {
type int32;
}
}
}
}