From fa6ace8c09b3796cf1b859ecebec2cef9b7cce83 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:38:05 +0200 Subject: [PATCH] ip-link: add promisc mode example (#15820) --- pages/linux/ip-link.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/ip-link.md b/pages/linux/ip-link.md index ba10e83f5e..d3e32dc222 100644 --- a/pages/linux/ip-link.md +++ b/pages/linux/ip-link.md @@ -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}}`