haomianzheng / IETF-ACTN-YANG-Model

IETF Optical YANG models in ACTN Architecture
4 stars 4 forks source link

Container for OTN label range #98

Closed italobusi closed 2 years ago

italobusi commented 2 years ago

It may be useful to group all the attributes used to define the OTN label range within a YANG container:

OLD

   +--rw range-type?      otn-label-range-type
   +--rw tsg?             identityref
   +--rw odu-type-list*   identityref
   +--rw priority?        uint8

NEW

   +--rw otn-label-range
      +--rw range-type?      otn-label-range-type
      +--rw tsg?             identityref
      +--rw odu-type-list*   identityref
      +--rw priority?        uint8
haomianzheng commented 2 years ago

This one should be accpeted. Furthermore, to introduce the OTN container for: otn-link-bandwidth, otn-path-bandwidth, otn-label-start-end, otn-label-step

italobusi commented 2 years ago

Already done:

Done (PR #104 ):