From 5bbcb4b4f473958cdd8233015d012964066782ea Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Sun, 4 Apr 2021 09:48:47 -0400 Subject: [PATCH] ip-link: edit example Improve wording Co-authored-by: Starbeamrainbowlabs --- pages/linux/ip-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/ip-link.md b/pages/linux/ip-link.md index 6761c1079..5dc3c0e63 100644 --- a/pages/linux/ip-link.md +++ b/pages/linux/ip-link.md @@ -23,6 +23,6 @@ `ip link set {{ethN}} address {{ff:ff:ff:ff:ff:ff}}` -- Change the size of the MTU for a network interface to use jumbo frames: +- Change the MTU size for a network interface to use jumbo frames: `ip link set {{ethN}} mtu {{9000}}`