Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Hemminger and committed by
Jeff Kirsher
c0a34ebd c3d0dac6

+2 -2
+2 -2
Documentation/networking/igb.txt
··· 42 42 Jumbo Frames 43 43 ------------ 44 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 46 For example: 47 47 48 - ifconfig eth<x> mtu 9000 up 48 + ip link set dev eth<x> mtu 9000 49 49 50 50 This setting is not saved across reboots. 51 51