ethtool: add example to show all features (#7590)

This commit is contained in:
Muhammad Falak R Wani
2022-01-01 05:59:32 +05:30
committed by GitHub
parent bdaada4681
commit ef8fb57839

View File

@@ -11,6 +11,10 @@
`ethtool --driver {{eth0}}`
- Display all supported features for an interface:
`ethtool --show-features {{eth0}}`
- Display the network usage statistics for an interface:
`ethtool --statistics {{eth0}}`