diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-07-06 16:17:00 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-07-18 08:42:10 +0000 |
commit | 021f8d100444281caf176b33f6dcc12bfba09f1f (patch) | |
tree | db4f940518d2f6ac6464b957928f9c1c0d309b5a /resources/templates/vat/lisp/del_lisp_local_eid.vat | |
parent | cf48c2c10995284b9df0e87adcc101b76cd5ced7 (diff) |
CSIT-195: Update LISP test
- add new input parameters for LISP API
- change LISP json output
Change-Id: I36dbf44dc78f128963c7f665a01d2ecde4598c28
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'resources/templates/vat/lisp/del_lisp_local_eid.vat')
-rw-r--r-- | resources/templates/vat/lisp/del_lisp_local_eid.vat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/templates/vat/lisp/del_lisp_local_eid.vat b/resources/templates/vat/lisp/del_lisp_local_eid.vat index f0d16a8e2d..1df6b3ffec 100644 --- a/resources/templates/vat/lisp/del_lisp_local_eid.vat +++ b/resources/templates/vat/lisp/del_lisp_local_eid.vat @@ -1 +1 @@ -lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} del
\ No newline at end of file +lisp_add_del_local_eid vni {vni} eid {eid}/{eid_prefix} locator-set {locator_name} del
\ No newline at end of file |