diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-09 10:52:16 +0200 |
---|---|---|
committer | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-13 12:20:11 +0200 |
commit | 3e53fc56645f4b99d014031995bd00d16c051a9b (patch) | |
tree | b71d768ec8c9686b70165f205f7c7d266a550bc5 /vnet | |
parent | b0618bdc8447f5ed85cba8423db6024062166099 (diff) |
ONE-11: Fix bugs in LISP API
- check input variables
- in locator_set dump, add support for remote locator_set
Change-Id: Ib10028e83fead358f820ae45c71b6ca4dfbe2f1e
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/lisp-cp/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/lisp-cp/control.c b/vnet/vnet/lisp-cp/control.c index f63a430c3f2..d838a4d049a 100644 --- a/vnet/vnet/lisp-cp/control.c +++ b/vnet/vnet/lisp-cp/control.c @@ -854,7 +854,7 @@ lisp_add_del_locator_set_command_fn (vlib_main_t * vm, unformat_input_t * input, VLIB_CLI_COMMAND (lisp_cp_add_del_locator_set_command) = { .path = "lisp locator-set", .short_help = "lisp locator-set add/del <name> iface <iface-name> " - "<priority> <weight>", + "p <priority> w <weight>", .function = lisp_add_del_locator_set_command_fn, }; |