From 950d33ef67fdccc24c74cadf679cdeadc1cf6ddc Mon Sep 17 00:00:00 2001 From: Arthur de Kerhor Date: Thu, 11 Feb 2021 03:02:44 -0800 Subject: docs: fixing VPP tutorial Updating ARP table command. Type: fix Signed-off-by: Arthur de Kerhor Change-Id: I02d6ac86aed4c83430f9d07bdeaa3e0f5c3ae73f --- docs/gettingstarted/progressivevpp/interface.rst | 2 +- docs/gettingstarted/progressivevpp/traces.rst | 8 ++++---- docs/gettingstarted/progressivevpp/twovppinstances.rst | 2 +- 3 files changed, 6 insertions(+), 6 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 `_ #. `clear trace `_ #. `ping `_ -#. `show ip arp `_ +#. `show ip neighbors `_ #. `show ip fib `_ Topology diff --git a/docs/gettingstarted/progressivevpp/traces.rst b/docs/gettingstarted/progressivevpp/traces.rst index df520dcfc73..a3408586ee8 100644 --- a/docs/gettingstarted/progressivevpp/traces.rst +++ b/docs/gettingstarted/progressivevpp/traces.rst @@ -13,7 +13,7 @@ Skills to be Learned #. Clear a 'trace' #. Verify using ping from host #. Ping from vpp -#. Examine Arp Table +#. Examine ARP table (neighbors) #. Examine ip fib Basic Trace Commands @@ -462,12 +462,12 @@ The output will demonstrate FD.io VPP's trace of ping for all packets. After examining the trace, clear it again using vpp# clear trace. -Examine arp tables -------------------- +Examine ARP table (neighbors) +----------------------------- .. code-block:: console - vpp# show ip arp + vpp# show ip neighbors Time IP4 Flags Ethernet Interface 1101.5636 10.10.1.1 D e2:0f:1e:59:ec:f7 host-vpp1out diff --git a/docs/gettingstarted/progressivevpp/twovppinstances.rst b/docs/gettingstarted/progressivevpp/twovppinstances.rst index 7ac9b5e87ba..c6a7420fcc8 100644 --- a/docs/gettingstarted/progressivevpp/twovppinstances.rst +++ b/docs/gettingstarted/progressivevpp/twovppinstances.rst @@ -104,7 +104,7 @@ run/vpp/memif-vpp1vpp2 socket file vpp# create interface memif id 0 slave This will create an interface on vpp2 memif0/0 using /run/vpp/memif as -its socket file. The role of vpp1 for this memif interface is 'slave'. +its socket file. The role of vpp2 for this memif interface is 'slave'. Use your previously used skills to: -- cgit 1.2.3-korg