Closed aguoietf closed 2 years ago
The missing namespace causes compilation error when we are trying to augment it in otn slicing. Proposed change: OLD:
line 1074: leaf slo-sle-template { type leafref { path "/ietf-nss:network-slice-services" + "/ietf-nss:slo-sle-templates" + "/ietf-nss:slo-sle-template/id"; }
NEW:
leaf slo-sle-template { type leafref { path "/ietf-nss:network-slice-services" + "/ietf-nss:slo-sle-templates" + "/ietf-nss:slo-sle-template" + "/ietf-nss:id"; }
Thanks for catching this. Will fix in the next revision.
Fixed in draft-ietf-teas-ietf-network-slice-nbi-yang-03#section-6
The missing namespace causes compilation error when we are trying to augment it in otn slicing. Proposed change: OLD:
NEW: