summaryrefslogtreecommitdiffstats
path: root/lib/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-10 10:10:01 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-10 10:10:01 +0000
commitae2e3ae278a5396e2a764db29d303c3cf133080e (patch)
tree34a762365ab41c3cfa29288572bec65e2b18c43f /lib/network
parent40348a760c3b1d07924db2c7feefa14e2cc5bfae (diff)
downloaddrakx-net-ae2e3ae278a5396e2a764db29d303c3cf133080e.tar
drakx-net-ae2e3ae278a5396e2a764db29d303c3cf133080e.tar.gz
drakx-net-ae2e3ae278a5396e2a764db29d303c3cf133080e.tar.bz2
drakx-net-ae2e3ae278a5396e2a764db29d303c3cf133080e.tar.xz
drakx-net-ae2e3ae278a5396e2a764db29d303c3cf133080e.zip
add reminder
Diffstat (limited to 'lib/network')
-rw-r--r--lib/network/connection/ethernet.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index e7aff7c..cccaa32 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -192,6 +192,7 @@ sub guess_hostname_settings {
}
}
+# FIXME: add in drakroam/netcenter
sub get_hostname_settings {
my ($self) = @_;
my $auto_hostname = sub { $self->{protocol} eq 'dhcp' && $self->{address}{needhostname} };