diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2017-02-20 15:20:37 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-02-21 17:19:27 +0000 |
commit | 82786c418ffec3eede70d747747a23153a27778d (patch) | |
tree | c37b9b57d3f09da2054d0d5be9dee5fbfa536e64 /src/vnet/lisp-gpe/lisp_gpe_tunnel.c | |
parent | 65e845785f21e6b43c026f092e982171eec1f641 (diff) |
Rename LISP GPE API to GPE
Change-Id: I133c55bce46d40ffddabbbf8626cbd3d072522d4
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/vnet/lisp-gpe/lisp_gpe_tunnel.c')
-rw-r--r-- | src/vnet/lisp-gpe/lisp_gpe_tunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/lisp-gpe/lisp_gpe_tunnel.c b/src/vnet/lisp-gpe/lisp_gpe_tunnel.c index e4e59707e8f..2ce4e8bc245 100644 --- a/src/vnet/lisp-gpe/lisp_gpe_tunnel.c +++ b/src/vnet/lisp-gpe/lisp_gpe_tunnel.c @@ -263,7 +263,7 @@ show_lisp_gpe_tunnel_command_fn (vlib_main_t * vm, /* *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* */ |