From: Ooiwa Naohiro Date: Wed, 24 Jun 2009 07:19:06 +0000 (-0700) Subject: bnx2: Fix the behavior of ethtool when ONBOOT=no X-Git-Tag: v2.6.31-rc1~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7959ea254ed18faee41160b1c50b3c9664735967;p=pandora-kernel.git bnx2: Fix the behavior of ethtool when ONBOOT=no I found a little bug. When configure in ifcfg-eth* is ONBOOT=no, the behavior of ethtool command is wrong. # grep ONBOOT /etc/sysconfig/network-scripts/ifcfg-eth2 ONBOOT=no # ethtool eth2 | tail -n1 Link detected: yes I think "Link detected" should be "no". Signed-off-by: Ooiwa Naohiro Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed