HONEYCOMB-290 - Removed presence for lisp sub-tables 07/3907/1
authorJan Srnicek <jsrnicek@cisco.com>
Mon, 21 Nov 2016 14:20:59 +0000 (15:20 +0100)
committerJan Srnicek <jsrnicek@cisco.com>
Mon, 21 Nov 2016 14:21:22 +0000 (15:21 +0100)
Vrf/Bridge-domain sub-tables changed to structural containers

Change-Id: Icaefcae6748837cdb4d6d731ec9cf5f67ff920b7
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
lisp/api/src/main/yang/lisp.yang

index f104bd8..5d2092c 100755 (executable)
@@ -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";