janani b | e3c59be | 2017-12-19 19:33:49 +0530 | [diff] [blame^] | 1 | { |
2 | "identity-test:con": { | ||||
3 | "identity-test:interface": "identity-types:physical", | ||||
4 | "identity-test:interfaces": { | ||||
5 | "int-list": [ | ||||
6 | { | ||||
7 | "iden": "identity-types-second:virtual", | ||||
8 | "available": { | ||||
9 | "ll": [ | ||||
10 | "identity-types:Loopback", | ||||
11 | "identity-test:Giga", | ||||
12 | "identity-types-second:Ethernet" | ||||
13 | ] | ||||
14 | } | ||||
15 | }, | ||||
16 | { | ||||
17 | "iden": "optical", | ||||
18 | "available": { | ||||
19 | "ll": [ | ||||
20 | "Giga" | ||||
21 | ] | ||||
22 | } | ||||
23 | } | ||||
24 | ] | ||||
25 | } | ||||
26 | } | ||||
27 | } | ||||
28 |