Skip to content

Commit fa6ace8

Browse files
authored
ip-link: add promisc mode example (#15820)
1 parent e224362 commit fa6ace8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/linux/ip-link.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@
2626
- Change the MTU size for a network interface to use jumbo frames:
2727

2828
`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

Comments
 (0)