commit | b0299d2d22870d3f0a38c5699cde5643fdcbcf08 | [log] [tgz] |
---|---|---|
author | Ai Hamano <ai.hamano@ntt-at.co.jp> | Thu Oct 18 11:30:07 2018 +0900 |
committer | Thomas Vachuska <tom@opennetworking.org> | Mon Nov 05 17:15:49 2018 +0000 |
tree | 216a9b6e7d4757c6e7ac66ad4aea87ad387cbdb3 | |
parent | 7d275166c45ffed09d8a11acbd547e8d04e69e68 [diff] [blame] |
[ODTN]add NETCONF driver for Infinera and OPENCONFIG handler Handler can easily create List<CharSequence> of OPENCONFIG by managing ModelObject and Annotation together. Handler also gives an alias to ModelObject of the same name in another package(eg DefaultConfig), making it easier to handle within the same class. Change-Id: Ie4481f4020954518dc4c3c6deaced6d9e348c885
diff --git a/models/openconfig-infinera/src/main/yang/openconfig-terminal-device@2016-12-22.yang b/models/openconfig-infinera/src/main/yang/openconfig-terminal-device@2016-12-22.yang index 3bea3e8..9b2dd46 100644 --- a/models/openconfig-infinera/src/main/yang/openconfig-terminal-device@2016-12-22.yang +++ b/models/openconfig-infinera/src/main/yang/openconfig-terminal-device@2016-12-22.yang
@@ -677,7 +677,8 @@ "Configuration data for logical channels"; leaf index { - type uint32; + //type uint32; + type string; description "Index of the current logical channel"; }