From 416d7f809659a05d8196e848cb022ea486e40ec4 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Mon, 15 Mar 2004 11:03:24 +0000 Subject: add ppp+ and ippp+ at the interfaces list --- perl-install/standalone/drakgw | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 762aa53f8..f491302b9 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -212,6 +212,7 @@ defined $card_netconnect and log::l("[drakgw] Information from netconnect: ignor my @all_cards = network::ethernet::get_eth_cards(); my %net_devices = network::ethernet::get_eth_cards_names(@all_cards); +put_in_hash(\%net_devices, { 'ppp+' => 'ppp+', 'ippp+' => 'ippp+' }); $in->ask_from('', N("Please enter the name of the interface connected to the internet. -- cgit v1.2.1