diff options
author | Arthur de Kerhor <arthurdekerhor@gmail.com> | 2021-02-11 03:02:44 -0800 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-02-12 15:39:27 +0000 |
commit | 950d33ef67fdccc24c74cadf679cdeadc1cf6ddc (patch) | |
tree | 2d89700491698ebd4eea68f540c9c5cb52a3e6e5 /docs/gettingstarted/progressivevpp/interface.rst | |
parent | c5299ff30a6186f580509eda2c4db3decfffe967 (diff) |
docs: fixing VPP tutorial
Updating ARP table command.
Type: fix
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
Change-Id: I02d6ac86aed4c83430f9d07bdeaa3e0f5c3ae73f
Diffstat (limited to 'docs/gettingstarted/progressivevpp/interface.rst')
-rw-r--r-- | docs/gettingstarted/progressivevpp/interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/progressivevpp/interface.rst b/docs/gettingstarted/progressivevpp/interface.rst index 476fc5dda37..112eaa974b4 100644 --- a/docs/gettingstarted/progressivevpp/interface.rst +++ b/docs/gettingstarted/progressivevpp/interface.rst @@ -25,7 +25,7 @@ VPP commands learned in this exercise #. `trace add <https://docs.fd.io/vpp/17.04/clicmd_src_vlib.html#clicmd_trace_add>`_ #. `clear trace <https://docs.fd.io/vpp/17.04/clicmd_src_vlib.html#clicmd_clear_trace>`_ #. `ping <https://docs.fd.io/vpp/17.04/clicmd_src_vnet_ip.html#clicmd_ping>`_ -#. `show ip arp <https://docs.fd.io/vpp/17.04/clicmd_src_vnet_ethernet.html#clicmd_show_ip_arp>`_ +#. `show ip neighbors <https://docs.fd.io/vpp/21.06/db/dba/clicmd_src_vnet_ip-neighbor.html#clicmd_show_ip_neighbors>`_ #. `show ip fib <https://docs.fd.io/vpp/17.04/clicmd_src_vnet_fib.html#clicmd_show_ip_fib>`_ Topology |