From a19890db131db8f578e9d637b205344e6928539e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 4 Oct 2004 11:24:58 +0000 Subject: (manage) use both type and device name in non-ethernet interfaces list --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakconnect') 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 }; -- cgit v1.2.1