We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e224362 commit fa6ace8Copy full SHA for fa6ace8
pages/linux/ip-link.md
@@ -26,3 +26,7 @@
26
- Change the MTU size for a network interface to use jumbo frames:
27
28
`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} mtu {{9000}}`
29
+
30
+- Set the promisc mode status of a device:
31
32
+`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} promisc {{on|off}}`
0 commit comments