diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-01 09:52:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 09:52:07 +0100 |
commit | a76640aecf4b159eeda865cec26b105b65fc26cc (patch) | |
tree | 6e3daeabf4196f92442da6b229a49ec6861f5b4d | |
parent | 31202ff77b598d156f4dd2e880143aef8e0c2950 (diff) | |
parent | 9792db02cf39afe0f9a7660a8a7f8928235c741f (diff) | |
download | vyos-documentation-a76640aecf4b159eeda865cec26b105b65fc26cc.tar.gz vyos-documentation-a76640aecf4b159eeda865cec26b105b65fc26cc.zip |
Merge pull request #197 from currite/dump-syntax
Troubleshooting: fix traffic-dump command syntax
-rw-r--r-- | docs/troubleshooting.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index baaa7452..e965a8c9 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -124,9 +124,8 @@ VyOS features several monitoring tools. Traffic Dumps ^^^^^^^^^^^^^ -To monitor interface traffic, issue the :code:`monitor traffic interface <type> <name>` -command, replacing `<type>` and `<name>` with your desired interface -type and name, respectively. +To monitor interface traffic, issue the :code:`monitor traffic interface <name>` +command, replacing `<name>` with your chosen interface. .. code-block:: none |