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

grouping augments fail to generate code

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 106

    Description

      The following snippet does not result in augmented Tlvs.java being generated:

      typedef of-id {
      type uint16;
      }

      typedef of-id {
      type uint16;
      }

      grouping object-header {
      leaf processing-rule

      { type boolean; default false; }

      leaf ignore { type boolean; default false; }

      }

      grouping object {
      uses object-header;

      container tlvs {

      }
      }

      grouping open-object {
      uses object {
      augment "tlvs" {
      container of-list

      { uses of-list-tlv; }

      }
      }
      }

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: