From d27599fb3500f160cc9b0b61cb91ee850479189b Mon Sep 17 00:00:00 2001 From: Preethika Date: Thu, 28 Jan 2021 06:04:37 +0000 Subject: [PATCH] Issue#24 Add fixedIpAddress attribute to L3AddressData Signed-off-by: Preethika --- src/yang/etsi-nfv-common.yang | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/yang/etsi-nfv-common.yang b/src/yang/etsi-nfv-common.yang index 18ba9a8..52befdf 100644 --- a/src/yang/etsi-nfv-common.yang +++ b/src/yang/etsi-nfv-common.yang @@ -843,6 +843,16 @@ submodule etsi-nfv-common { "GS NFV IFA011: Section 7.1.3.4, L3AddressData information element."; } + + leaf fixed-ip-address { + type string; + description + "IP address to be assigned to the CP instance."; + reference + "GS NFV IFA011: Section 7.1.3.4, L3AddressData + information element."; + } + } description "Provides information on the addresses to be assigned to the -- GitLab