From 38a956947d7b2254479c04ed16b507e3a9145ae1 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Thu, 12 Dec 2019 16:25:42 -0800 Subject: [PATCH] nfv/SOL006#9 - Fix the change in NFVIFA(18)00503 that changed the layerProtocol attribute from 1 to 1..N --- src/yang/etsi-nfv-common.yang | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yang/etsi-nfv-common.yang b/src/yang/etsi-nfv-common.yang index 841e03b..dc28e78 100644 --- a/src/yang/etsi-nfv-common.yang +++ b/src/yang/etsi-nfv-common.yang @@ -437,6 +437,7 @@ submodule etsi-nfv-common { type identityref { base layer-protocol; } + min-elements 1; description "Identifies the protocols that the VL uses (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire). The top layer -- GitLab