diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-08-08 09:19:41 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-08-08 09:19:41 +0200 |
commit | a5330d35791e69e3491e512841262bbe94694c91 (patch) | |
tree | 8cefa64c2472f773620e5795bae52318a4a9a51c /lisp/api/src | |
parent | 941edc8b15e5f3fed701b5585ce7ad421991b16d (diff) |
HC2VPP-209 - Map register TTL registration support
Change-Id: Icf372b22c47e63e27296627160dff0bacdf9e7a3
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'lisp/api/src')
-rwxr-xr-x | lisp/api/src/main/yang/lisp@2017-08-03.yang (renamed from lisp/api/src/main/yang/lisp@2017-03-15.yang) | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/api/src/main/yang/lisp@2017-03-15.yang b/lisp/api/src/main/yang/lisp@2017-08-03.yang index 61e321c18..ac0dfc9e3 100755 --- a/lisp/api/src/main/yang/lisp@2017-03-15.yang +++ b/lisp/api/src/main/yang/lisp@2017-08-03.yang @@ -26,6 +26,11 @@ module lisp { "This YANG module defines the generic configuration and operational data for LISP in VPP"; + revision 2017-08-03 { + description + "Map register TTL registration support"; + } + revision 2017-03-15 { description "Excludes lisp-state from config data @@ -408,6 +413,11 @@ module lisp { default "false"; description "Enabled/disable RLOC probing"; } + + leaf ttl { + type uint32; + description "Mapping validity period."; + } } } |