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:
parent
e2243629e2
commit
fa6ace8c09
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- Change the MTU size for a network interface to use jumbo frames:
|
- Change the MTU size for a network interface to use jumbo frames:
|
||||||
|
|
||||||
`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} mtu {{9000}}`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue