[SFC-168] ServiceFunctionClassifierListener: Invalid Update Operation Created: 03/Nov/16  Updated: 19/Oct/17  Resolved: 08/Nov/16

Status: Resolved
Project: sfc
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Ursicio Javier Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 7087

 Description   

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

]
}
]
}
}



 Comments   
Comment by Ursicio Javier [ 08/Nov/16 ]

When changing the ACL associated to an existing Service Function Classifer, the old <ACL, Classifier> entry is deleted.

See:
https://git.opendaylight.org/gerrit/#/c/48046/

Generated at Wed Feb 07 20:38:49 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.