blob: 15048e0fd5568065d8d7651377cf7657905ceff3 [file] [log] [blame]
module Sfc {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
rpc SFP {
input {
leaf port {
type string;
}
}
output {
leaf path {
type string;
}
}
}
}