aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/networking/igb.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/igb.txt b/Documentation/networking/igb.txt
index 43d3549366a0..15534fdd09a8 100644
--- a/Documentation/networking/igb.txt
+++ b/Documentation/networking/igb.txt
@@ -42,10 +42,10 @@ Additional Configurations
42 Jumbo Frames 42 Jumbo Frames
43 ------------ 43 ------------
44 Jumbo Frames support is enabled by changing the MTU to a value larger than 44 Jumbo Frames support is enabled by changing the MTU to a value larger than
45 the default of 1500. Use the ifconfig command to increase the MTU size. 45 the default of 1500. Use the ip command to increase the MTU size.
46 For example: 46 For example:
47 47
48 ifconfig eth<x> mtu 9000 up 48 ip link set dev eth<x> mtu 9000
49 49
50 This setting is not saved across reboots. 50 This setting is not saved across reboots.
51 51