summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-10-04 11:24:58 +0000
committerOlivier Blin <oblin@mandriva.org>2004-10-04 11:24:58 +0000
commita19890db131db8f578e9d637b205344e6928539e (patch)
tree74ab048297d9b90c958774239020877a4039da61 /perl-install/standalone
parenteb84f5eb878159ba25bdfb70998a663e24216736 (diff)
downloaddrakx-backup-do-not-use-a19890db131db8f578e9d637b205344e6928539e.tar
drakx-backup-do-not-use-a19890db131db8f578e9d637b205344e6928539e.tar.gz
drakx-backup-do-not-use-a19890db131db8f578e9d637b205344e6928539e.tar.bz2
drakx-backup-do-not-use-a19890db131db8f578e9d637b205344e6928539e.tar.xz
drakx-backup-do-not-use-a19890db131db8f578e9d637b205344e6928539e.zip
(manage) use both type and device name in non-ethernet interfaces list
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 19055cd58..a4cd99754 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -213,7 +213,7 @@ sub manage {
while (my ($device, $interface) = each %$intf) {
exists $name{$device} and next;
my $type = network::tools::get_interface_type($interface);
- $p->{$type || $device} = {
+ $p->{"$type ($device)"} = {
name => $device,
intf => $interface
};