From 6bcdc6f2e234647720abe16e1d12f75ab1439de4 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Mon, 15 Mar 2004 11:01:19 +0000 Subject: add ppp+ and ippp+ in the interfaces list --- perl-install/network/shorewall.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network/shorewall.pm') diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm index 8af3aaf5b..01ed2f422 100644 --- a/perl-install/network/shorewall.pm +++ b/perl-install/network/shorewall.pm @@ -71,6 +71,7 @@ sub default_interfaces { 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