diff options
author | Sebastian Weber <s@web3r.de> | 2024-01-17 21:40:50 +0100 |
---|---|---|
committer | Sebastian Weber <s@web3r.de> | 2024-01-17 21:40:50 +0100 |
commit | b7ab40f545d4c808a23d644dc12796e24ff6e941 (patch) | |
tree | 5e1c6447b6648cf60a587d828e782dbf6eaade4f /docs | |
parent | 1eef218af2ea9a8f8267d8e42418a680824449ff (diff) | |
download | vyos-documentation-b7ab40f545d4c808a23d644dc12796e24ff6e941.tar.gz vyos-documentation-b7ab40f545d4c808a23d644dc12796e24ff6e941.zip |
Fix typo in troubleshooting.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/troubleshooting/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting/index.rst b/docs/troubleshooting/index.rst index 902acf3a..8a34edd9 100644 --- a/docs/troubleshooting/index.rst +++ b/docs/troubleshooting/index.rst @@ -378,7 +378,7 @@ to clear interface counters # clear all interfaces vyos@vyos:~$ clear interface ethernet counters # clear specific interface - vyos@vyos:~$ clear interface ehternet eth0 counters + vyos@vyos:~$ clear interface ethernet eth0 counters The command follow the same logic as the ``set`` command in configuration mode. |