Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-1

Binding Specification: Grouping, data, typedef and identity namespaces collide

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • None
    • None
    • None
    • None
    • Operating System: All
      Platform: All

      Simple yang of:

      grouping foo-input {
      leaf whatever

      { type boolean; }

      }

      rpc foo {
      input

      { uses foo-input; }


      }

      results in a class in the form of

      'interface FooInput extends FooInput'

      which fails to compile.

            jakubtoth-0 Jakub Toth
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: