From e3e83db0e5ee7c1b0d0686ca3c87903319a14b85 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Mar 2013 05:45:08 +0000 Subject: improve MAC adress help --- lib/network/connection.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/network/connection.pm') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index c92eb87..d1ad8f1 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -253,11 +253,11 @@ sub get_control_settings { { label => N("Metric"), val => \$self->{control}{metric}, advanced => 1 }, { label => N("MTU"), val => \$self->{control}{mtu}, advanced => 1, help => N("Maximum size of network message (MTU). If unsure, left blank.") }, - { label => N("MACADDR"), val => \$self->{control}{macaddr}, advanced => 1, + { label => N("Fake make address (MACADDR)"), val => \$self->{control}{macaddr}, advanced => 1, help => N("Use a fake MAC address. If unset, uses HWADDR or default.") }, - { label => N("HWADDR"), val => \$self->{control}{hwaddr}, advanced => 1, - help => N("Set the MAC address. If unset, uses default.") }, - { label => N("ETHTOOL_OPTS"), val => \$self->{control}{ethtool_opts}, advanced => 1, + { label => N("MAC address (HWADDR)"), val => \$self->{control}{hwaddr}, advanced => 1, + help => N("Make sure to bind the interface to the network card with that MAC address. If unset, uses default.") }, + { label => N("Ethtool options"), val => \$self->{control}{ethtool_opts}, advanced => 1, help => N("Use ethtool to pass options to the NIC. eg. \"autoneg off wol g\"") }, ]; } -- cgit v1.2.1