1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 13:35:24 +02:00

ip-link: add promisc mode example (#15820)

This commit is contained in:
Managor 2025-03-12 08:38:05 +02:00 committed by GitHub
parent e2243629e2
commit fa6ace8c09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,7 @@
- Change the MTU size for a network interface to use jumbo frames:
`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} mtu {{9000}}`
- Set the promisc mode status of a device:
`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} promisc {{on|off}}`