From 546d07903ece8dfbfcb9ecf987b42df417a65fb9 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Fri, 3 Aug 2018 16:29:42 +0000 Subject: [PATCH] restore sriov-parameters restore sriov-parameters in generic resource yang Change-Id: I985e8f41511444ca435d3383ed18ab8bb2d1c414 Issue-ID: SDNC-414 Signed-off-by: Smokowski, Kevin (ks6305) --- .../model/src/main/yang/GENERIC-RESOURCE-API.yang | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 d94dd8af..b13091ba 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 @@ -881,6 +881,28 @@ module GENERIC-RESOURCE-API { ordered-by user; } } + container sriov-parameters { + container heat-vlan-filters { + leaf-list heat-vlan-filter { + type string; + ordered-by user; + } + } + container application-tags { + container c-tags { + leaf-list c-tag { + type string; + ordered-by user; + } + } + container s-tags { + leaf-list s-tag { + type string; + ordered-by user; + } + } + } + } leaf is-trunked { type boolean; } -- 2.16.6