blob: 65f9009747fd57211698e0cbd9d33e20a22c20fa [file] [log] [blame]
VinodKumarS-Huaweid81eccb2016-06-01 14:30:22 +05301module port-pair {
2
3 yang-version 1;
4
5 namespace "sfc.portpair";
6
7 prefix "port-pair";
8
9 grouping port-pair {
10 container port-pair {
11
Vidyashree Ramad926f242017-02-08 14:15:18 +053012 leaf name {
13 type string;
14 }
VinodKumarS-Huaweid81eccb2016-06-01 14:30:22 +053015
Vidyashree Ramad926f242017-02-08 14:15:18 +053016 leaf description {
17 type string;
18 }
19 }
VinodKumarS-Huaweid81eccb2016-06-01 14:30:22 +053020 }
21
Vidyashree Ramad926f242017-02-08 14:15:18 +053022 /* rpc get-port-pair {
VinodKumarS-Huaweid81eccb2016-06-01 14:30:22 +053023 output {
24 uses port-pair;
25 }
Vidyashree Ramad926f242017-02-08 14:15:18 +053026 } */
VinodKumarS-Huaweid81eccb2016-06-01 14:30:22 +053027}