blob: 65f9009747fd57211698e0cbd9d33e20a22c20fa [file] [log] [blame]
module port-pair {
yang-version 1;
namespace "sfc.portpair";
prefix "port-pair";
grouping port-pair {
container port-pair {
leaf name {
type string;
}
leaf description {
type string;
}
}
}
/* rpc get-port-pair {
output {
uses port-pair;
}
} */
}