lana-wu / ietf-ns-nbi

0 stars 3 forks source link

missing namespace for leaf slo-sle-template in the xpath #41

Closed aguoietf closed 2 years ago

aguoietf commented 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";
          }
lana-wu commented 2 years ago

Thanks for catching this. Will fix in the next revision.

lana-wu commented 2 years ago

Fixed in draft-ietf-teas-ietf-network-slice-nbi-yang-03#section-6