summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2016-11-21 15:20:59 +0100
committerJan Srnicek <jsrnicek@cisco.com>2016-11-21 15:21:22 +0100
commit258380e75a9856d4a43576e7a38490a50110a7a5 (patch)
treef3573893b4a0db424f9aa36b657e54f8610ac374 /lisp
parent175197da8ea43335df3daeba4c6296fcd83a057c (diff)
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 <jsrnicek@cisco.com>
Diffstat (limited to 'lisp')
-rwxr-xr-xlisp/api/src/main/yang/lisp.yang2
1 files changed, 0 insertions, 2 deletions
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";