Uploaded image for project: 'sfc'
  1. sfc
  2. SFC-168

ServiceFunctionClassifierListener: Invalid Update Operation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • unspecified
    • General
    • None
    • Operating System: All
      Platform: All

    • 7087

      When changing the ACL associated to an existing Service Function Classifer, the old <ACL, Classifier> entry is not deleted (which is the expected behavior), as a result two <ACL, Classifier> entries exist, the old one and the new one; e.g.:

      {
      "access-lists-state": {
      "access-list-state": [
      {
      "acl-type": "ietf-access-control-list:ipv4-acl",
      "acl-name": "ACL1",
      "acl-service-function-classifier": [

      { "name": "Classifier1" ***** THE OLD ONE ***** }

      ]
      },
      {
      "acl-type": "ietf-access-control-list:ipv4-acl",
      "acl-name": "ACL2",
      "acl-service-function-classifier": [

      { "name": "Classifier1" ***** THE NEW ONE ***** }

      ]
      }
      ]
      }
      }

            Unassigned Unassigned
            ursicio.javier.martin@ericsson.com Ursicio Javier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: