Skip to content

Commit

Permalink
igb: doc don't refer to ifconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and Jeff Kirsher committed Apr 10, 2015
1 parent c3d0dac commit c0a34eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/igb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c0a34eb

Please sign in to comment.