diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-07 15:38:59 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-12-18 20:27:12 +0000 |
commit | 917c91ada5c2f5dd6c9dfc1070c0d8bc781ffd3b (patch) | |
tree | fcf335b8ae040198db23862abf4703efed5cca2b /docs/troubleshooting/reportingissues | |
parent | d9942bcc61d83cee390fc2c6a428e562ec9750f0 (diff) |
docs: update troubleshooting commands
Depends-On: https://gerrit.fd.io/r/c/vpp/+/22819
Type: docs
Change-Id: I1e2170a524e19cb91836a8073f62100b88f46cee
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs/troubleshooting/reportingissues')
-rw-r--r-- | docs/troubleshooting/reportingissues/reportingissues.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/troubleshooting/reportingissues/reportingissues.rst b/docs/troubleshooting/reportingissues/reportingissues.rst index 9192e20f49e..3ccd494d092 100644 --- a/docs/troubleshooting/reportingissues/reportingissues.rst +++ b/docs/troubleshooting/reportingissues/reportingissues.rst @@ -92,7 +92,7 @@ Send some traffic and then issue the following commands. vppctl show version verbose vppctl show hardware - vppctl show hardware address + vppctl show interface address vppctl show interface vppctl show run vppctl show error @@ -106,7 +106,7 @@ sense. Only include those features which have been configured. vppctl show bridge-domain vppctl show ip fib - vppctl show ip arp + vppctl show ip neighbors vppctl show ip6 fib vppctl show ip6 neighbors |