aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon, Bruce (bb2697) <bb2697@att.com>2018-08-10 18:42:49 +0000
committerBrandon, Bruce (bb2697) <bb2697@att.com>2018-08-10 18:42:49 +0000
commit873abba0eb4c080a5ae82f00072e680675e364ff (patch)
treee36c7eb44224fa6bd0b97271375c972116fef1cf
parent9cd05c510736933a0d213060ee673b33368d7e04 (diff)
Rename vlan-tags in connection-point
Rename vlan-tags to vlan-data in connection-point. Type in original requirements. Change-Id: I73f31588df0c9d715c46bb8adb9161d506214211 Issue-ID: SDNC-410 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
index b13091ba..c1ad9b92 100644
--- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -1494,7 +1494,7 @@ module GENERIC-RESOURCE-API {
description "port-index when multiple CPs connect to same network. Default zero (0)";
type string;
}
- list vlan-tags {
+ list vlan-data {
key "vlan-uuid";
leaf vlan-uuid {
description "Key to vlan-tag uuid object in A&AI Generated by vlan mS";