Fix typo in troubleshooting.

This commit is contained in:
Sebastian Weber 2024-01-17 21:40:50 +01:00
parent 1eef218af2
commit b7ab40f545
No known key found for this signature in database
GPG Key ID: 4A64BA1D7E2F1FEA

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.