From ca6cda948df343f56164ce38e258735ead68dc6e Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 6 Jun 2017 12:51:42 +0200 Subject: HC2VPP-165 - Optional Local Eid support - Support for optional local eid's for gpe entries - Fixes equality issues for mapping identificators - Fixed write request ordering of locator pairs HC2VPP-160 - Use standard index to name mapping for gpe entries - Uses indexes returned from dump/write calls to bind context mapping Change-Id: Ib69240044206dec21307a47981a63f415a16bbdd Signed-off-by: Jan Srnicek --- lisp/api/src/main/yang/gpe.yang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/api') diff --git a/lisp/api/src/main/yang/gpe.yang b/lisp/api/src/main/yang/gpe.yang index 91c476f2b..8a3777136 100644 --- a/lisp/api/src/main/yang/gpe.yang +++ b/lisp/api/src/main/yang/gpe.yang @@ -57,10 +57,12 @@ module gpe { description "Virtual Network Identifier"; } container local-eid { + presence "Enforce mandatory only if present"; uses lisp-types:lisp-address; description "Local EID that must be a local address"; } container remote-eid { + presence "Enforce mandatory only if present"; uses lisp-types:lisp-address; description "Remote EID"; } -- cgit 1.2.3-korg