Using status substatement for uses statement
In the PR: https://github.com/openconfig/public/pull/1138, I am trying to apply status deprecated for a uses statement as below but its not getting applied as per the tree definition:
uses oc-if:interface-ref-common {
status deprecated;
}
| +--rw config
| | +--rw incoming-label? oc-mplst:mpls-label
| | x--rw next-hop? inet:ip-address
| | x--rw push-label? oc-mplst:mpls-label
| | +--rw interface? -> /oc-if:interfaces/interface/name
| | +--rw subinterface? -> /oc-if:interfaces/interface[oc-if:name=current()/../interface]/subinterfaces/subinterface/index
| | +--rw metric? uint8
As you can see only next-hop and push-label are showing as deprecated. Can you please help what could be wrong here?
I believe you are referring to the same discussion in https://github.com/openconfig/public/issues/1113
Yes, this is the same issue, thanks.
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.