Browse Source

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>
Stephen Hemminger 10 years ago
parent
commit
c0a34ebd43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Documentation/networking/igb.txt

+ 2 - 2
Documentation/networking/igb.txt

@@ -42,10 +42,10 @@ Additional Configurations
   Jumbo Frames
   Jumbo Frames
   ------------
   ------------
   Jumbo Frames support is enabled by changing the MTU to a value larger than
   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:
   For example:
 
 
-       ifconfig eth<x> mtu 9000 up
+       ip link set dev eth<x> mtu 9000
 
 
   This setting is not saved across reboots.
   This setting is not saved across reboots.