Vidyashree Rama | 9de9142 | 2018-05-31 14:31:24 +0530 | [diff] [blame] | 1 | module ietf-otn-topology-test {
|
| 2 | yang-version 1.1;
|
| 3 |
|
| 4 | namespace "urn:ietf:params:xml:ns:yang:ietf-otn-topology-test";
|
| 5 | prefix "otntopo";
|
| 6 |
|
| 7 | import ietf-network-test {
|
| 8 | prefix "nw";
|
| 9 | }
|
| 10 |
|
| 11 | import ietf-te-topology-test {
|
| 12 | prefix "tet";
|
| 13 | }
|
| 14 |
|
| 15 | revision 2017-10-30 {
|
| 16 | }
|
| 17 |
|
| 18 | augment "/nw:networks/nw:network/nw:node/tet:te/"
|
| 19 | + "tet:te-node-attributes/tet:connectivity-matrices/"
|
| 20 | + "tet:connectivity-matrix/tet:path-constraints/"
|
| 21 | + "tet:te-bandwidth/tet:technology" {
|
| 22 | leaf sample {
|
| 23 | type string;
|
| 24 | }
|
| 25 | }
|
| 26 | }
|