blob: 886239636215b11ef2a761c02162f71a86c7c3ac [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 "";
}
rpc rpc-input-output {
input {
leaf leaf1 {
type int32;
}
}
output {
leaf leaf1 {
type int32;
}
}
}
}