Merge pull request #1093 from b-/patch-4

Fix typo, 'ehternet' -> 'ethernet'
This commit is contained in:
Robert Göhler 2023-09-21 21:12:51 +02:00 committed by GitHub
commit 273265f02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.