ip-link: add deletion example (#21587)

This commit is contained in:
Managor
2026-03-20 06:04:55 +02:00
committed by GitHub
parent 62bd1fd9b8
commit a8f39eda55
+4
View File
@@ -30,3 +30,7 @@
- Set the promisc mode status of a device:
`sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} promisc {{on|off}}`
- Delete a device:
`sudo ip {{[l|link]}} {{[d|delete]}} {{ethX}}`