[SFC-150] Correct augmentation for service-function-forwarders-state which overwrites other augmentation Created: 26/Jul/16  Updated: 25/Aug/16  Resolved: 25/Aug/16

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

Type: Bug
Reporter: Dani Peon Assignee: Dani Peon
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: 6266

 Description   

The augmentation in file:

sfc-model/src/main/yang/service-function-forwarder-logical.yang

Overwrites the generated class: sff-logical-sff-augmentation.

The current definition:

augment "/sfc-sff:service-function-forwarders-state/"
+ "sfc-sff:service-function-forwarder-state/"

{ description "Augments the SFF state to hold logical SFF specific information"; ext:augment-identifier "sff-logical-sff-augmentation"; uses dpnid-rsps; }

augment "/sfc-sff:service-function-forwarders-state/"
+ "sfc-sff:service-function-forwarder-state/" {
description "Augments the SFF state to hold logical SFF specific information";
ext:augment-identifier "sff-logical-sff-augmentation";
uses service-function-dictionary;

Must be replaced by the definition:

augment "/sfc-sff:service-function-forwarders-state/"
+ "sfc-sff:service-function-forwarder-state/"

{ description "Augments the SFF state to hold logical SFF specific information"; ext:augment-identifier "sff-logical-sff-augmentation"; uses dpnid-rsps; uses service-function-dictionary; }
Generated at Wed Feb 07 20:38:46 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.