summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
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
};