aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2015-04-09 21:02:02 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-04-09 22:03:20 -0700
commitc0a34ebd43959ca83df86ba2ffc63ab0ddb2ea75 (patch)
tree5f47d8ba34d8e5ea113a191c5fcf1dc419d48164 /Documentation
parentMerge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next (diff)
downloadlinux-dev-c0a34ebd43959ca83df86ba2ffc63ab0ddb2ea75.tar.xz
linux-dev-c0a34ebd43959ca83df86ba2ffc63ab0ddb2ea75.zip
igb: doc don't refer to ifconfig
ifconfig command is obsolete, best to remove all references so that new users learn ip. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'Documentation')
-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
Jumbo Frames
------------
Jumbo Frames support is enabled by changing the MTU to a value larger than
- the default of 1500. Use the ifconfig command to increase the MTU size.
+ the default of 1500. Use the ip command to increase the MTU size.
For example:
- ifconfig eth<x> mtu 9000 up
+ ip link set dev eth<x> mtu 9000
This setting is not saved across reboots.