blob: 15048e0fd5568065d8d7651377cf7657905ceff3 [file] [log] [blame]
Gaurav Agrawal56527662016-04-20 15:49:17 +05301module Sfc {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 rpc SFP {
6 input {
7 leaf port {
8 type string;
9 }
10 }
11 output {
12 leaf path {
13 type string;
14 }
15 }
16 }
17}