BUG 6266: Correct augmentation for service-function-forwarders-state 53/42553/3
authordanipeon <daniel.peon.quiros@ericsson.com>
Wed, 20 Jul 2016 14:28:44 +0000 (16:28 +0200)
committerBrady Johnson <brady.allen.johnson@ericsson.com>
Fri, 29 Jul 2016 09:11:09 +0000 (09:11 +0000)
The augmentation overwrites the generated class:
sff-logical-sff-augmentation.

Change-Id: Id40961d82f41245e5377828660dd555927121847
Signed-off-by: danipeon <daniel.peon.quiros@ericsson.com>
sfc-model/src/main/yang/service-function-forwarder-logical.yang

index 0b25adeec5a349f9811d66ca7cc4c852459c0845..aacee9c3fae2fa108f1dc446578adb9b9ffec6ec 100644 (file)
@@ -129,12 +129,6 @@ module service-function-forwarder-logical {
     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;
   }