Fix typo, 'ehternet' -> 'ethernet'

This commit is contained in:
bri 2023-09-21 11:12:48 -04:00 committed by GitHub
parent 55b1909b03
commit babdb42a27
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.