diff options
author | Robert Göhler <github@ghlr.de> | 2023-09-21 21:12:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 21:12:51 +0200 |
commit | 273265f02b044ff66525dbe4e13dada53949d3fc (patch) | |
tree | 08e2a5c8e2bf568a9de875629ae053321267c406 | |
parent | 55b1909b030b931c9281334d747f8ef10d4e6216 (diff) | |
parent | babdb42a2778d91ecd31f6d15dc2772d64b8c107 (diff) | |
download | vyos-documentation-273265f02b044ff66525dbe4e13dada53949d3fc.tar.gz vyos-documentation-273265f02b044ff66525dbe4e13dada53949d3fc.zip |
Merge pull request #1093 from b-/patch-4
Fix typo, 'ehternet' -> 'ethernet'
-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. |