Uploaded image for project: 'groupbasedpolicy'
  1. groupbasedpolicy
  2. GBP-177

Handling of "any" in ConditionSet does not fit the model

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Won't Do
    • unspecified
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    • 4013

    Description

      In ConditionSet class the "any" property is not a simple Set, but a Set of Sets:

      private final Set<? extends Set<ConditionName>> any;

      It seems not to fit the YANG model, where all 3 condition subsets (all, any, none) are just lists:

      grouping has-conditions {
      list condition {
      description
      "...";

      key "name";
      leaf name

      { ... }

      uses label;
      }
      }

      Attachments

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

        Activity

          People

            kblagov@cisco.com Konstantin Blagov
            kblagov@cisco.com Konstantin Blagov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: