From 258380e75a9856d4a43576e7a38490a50110a7a5 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 21 Nov 2016 15:20:59 +0100 Subject: HONEYCOMB-290 - Removed presence for lisp sub-tables Vrf/Bridge-domain sub-tables changed to structural containers Change-Id: Icaefcae6748837cdb4d6d731ec9cf5f67ff920b7 Signed-off-by: Jan Srnicek --- lisp/api/src/main/yang/lisp.yang | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/api/src') diff --git a/lisp/api/src/main/yang/lisp.yang b/lisp/api/src/main/yang/lisp.yang index f104bd84e..5d2092c00 100755 --- a/lisp/api/src/main/yang/lisp.yang +++ b/lisp/api/src/main/yang/lisp.yang @@ -249,7 +249,6 @@ module lisp { description "vni"; } container vrf-subtable { - presence "Enable L3 mapping"; leaf table-id { type uint32; description "table-id"; @@ -260,7 +259,6 @@ module lisp { description "VRF subtable"; } container bridge-domain-subtable { - presence "Enable L2 mapping"; leaf bridge-domain-ref { type string; description "Name reference to existing bridge domain"; -- cgit 1.2.3-korg