diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-02-13 13:49:15 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-02-17 14:13:03 +0100 |
commit | a9e04a25e1f8636a53432095fce44a7087fb5f28 (patch) | |
tree | 7180a060424018bfcd184fa09ffbad315a7fafab /lisp/api/src | |
parent | 4b6dd0d15903bd96ad344a588b75b93fd0088f55 (diff) |
Lisp model changes due to decrease version of ODL
Change-Id: I589b6480853ea4716f60301e2b53bdd82db3dde1
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'lisp/api/src')
-rwxr-xr-x | lisp/api/src/main/yang/lisp.yang | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/api/src/main/yang/lisp.yang b/lisp/api/src/main/yang/lisp.yang index 933211c79..cf508c6c3 100755 --- a/lisp/api/src/main/yang/lisp.yang +++ b/lisp/api/src/main/yang/lisp.yang @@ -257,7 +257,8 @@ module lisp { leaf table-id { type uint32; description "table-id"; - mandatory true; + // TODO - HC2VPP-73 - commented due to ODL Boron issues + //mandatory true; } uses dp-subtable-grouping; @@ -268,7 +269,8 @@ module lisp { leaf bridge-domain-ref { type string; description "Name reference to existing bridge domain"; - mandatory true; + // TODO - HC2VPP-73 - commented due to ODL Boron issues + // mandatory true; } uses dp-subtable-grouping; |