Gaurav Agrawal | 02a60de | 2016-04-20 15:49:17 +0530 | [diff] [blame] | 1 | module 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 | } |