commit | 82786c418ffec3eede70d747747a23153a27778d | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Mon Feb 20 15:20:37 2017 +0100 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Feb 21 17:19:27 2017 +0000 |
tree | c37b9b57d3f09da2054d0d5be9dee5fbfa536e64 | |
parent | 65e845785f21e6b43c026f092e982171eec1f641 [diff] [blame] |
Rename LISP GPE API to GPE Change-Id: I133c55bce46d40ffddabbbf8626cbd3d072522d4 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
diff --git a/src/vnet/lisp-gpe/lisp_gpe_tunnel.c b/src/vnet/lisp-gpe/lisp_gpe_tunnel.c index e4e5970..2ce4e8b 100644 --- a/src/vnet/lisp-gpe/lisp_gpe_tunnel.c +++ b/src/vnet/lisp-gpe/lisp_gpe_tunnel.c
@@ -263,7 +263,7 @@ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (show_lisp_gpe_tunnel_command, static) = { - .path = "show lisp gpe tunnel", + .path = "show gpe tunnel", .function = show_lisp_gpe_tunnel_command_fn, }; /* *INDENT-ON* */