openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
894 stars 652 forks source link

Openconfig-platform-transceiver.yang augment statement #226

Closed Nshet closed 2 months ago

Nshet commented 5 years ago

Hi, augment "/oc-platform:components/oc-platform:component" {

description

  "Adding transceiver data to physical inventory";

uses port-transceiver-top {

  when "current()/oc-platform:state/" +

    "oc-platform:type = 'TRANSCEIVER'" {

    description

      "Augment is active when component is of type TRANSCEIVER";

  }

}

} The above x-path should be like below: when "current()/oc-platform:state/" + "oc-platform:type = 'oc-platform-types:TRANSCEIVER'" { description "Augment is active when component is of type TRANSCEIVER"; } }

please fix it as soon as possible.

aashaikh commented 5 years ago

See the discussion in #223.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.