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

Yang parser should support detect grouping name collisions

    XMLWordPrintable

Details

    • Improvement
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • 2.0.1
    • None
    • None

    Description

      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;            }

      }

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: