Uploaded image for project: 'yangtools'
  1. yangtools
  2. YANGTOOLS-838

Yang parser should support detect grouping name collisions

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 2.0.1
    • None
    • None
    • None

      All grouping names defined within a parent node or at the top
      level of the module or its submodules share the same grouping
      identifier namespace. This namespace is scoped to all descendant
      nodes of the parent node or module. This means that any
      descendant node may use that grouping, and it MUST NOT define a
      grouping with the same name.

      module test {
          grouping grp;
          container cont

      {                     grouping grp;            }

      }

       

            rovarga Robert Varga
            JieHan2017 Jie Han
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: