diff options
author | Zhiyong Yang <zhiyong.yang@intel.com> | 2019-05-22 03:49:43 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-22 19:25:46 +0000 |
commit | 42e64e9645f8a85e1143e95ffb11d538c9733089 (patch) | |
tree | ad088960f37d9cf77840a13f1885b11088e8b2f1 /src | |
parent | 34641f2d29cb5273f4e959c6f0186c626855774e (diff) |
vxlan-gpe: fix CLI document error
Change-Id: Id95fd604ed181a2f70c24e2c8cc4321755b7ba7f
Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/vxlan-gpe/vxlan_gpe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/vxlan-gpe/vxlan_gpe.c b/src/vnet/vxlan-gpe/vxlan_gpe.c index a7eaba6a49f..89e7a3cbd0e 100644 --- a/src/vnet/vxlan-gpe/vxlan_gpe.c +++ b/src/vnet/vxlan-gpe/vxlan_gpe.c @@ -976,9 +976,9 @@ done: * * @cliexpar * Example of how to create a VXLAN-GPE Tunnel: - * @cliexcmd{create vxlan-gpe tunnel local 10.0.3.1 local 10.0.3.3 vni 13 encap-vrf-id 7} - * Example of how to delete a VXLAN Tunnel: - * @cliexcmd{create vxlan tunnel src 10.0.3.1 remote 10.0.3.3 vni 13 del} + * @cliexcmd{create vxlan-gpe tunnel local 10.0.3.1 remote 10.0.3.3 vni 13 encap-vrf-id 7} + * Example of how to delete a VXLAN-GPE Tunnel: + * @cliexcmd{create vxlan-gpe tunnel local 10.0.3.1 remote 10.0.3.3 vni 13 del} ?*/ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (create_vxlan_gpe_tunnel_command, static) = { |