summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/shorewall.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm
index 22e242b1a..8a8c41b1c 100644
--- a/perl-install/network/shorewall.pm
+++ b/perl-install/network/shorewall.pm
@@ -50,7 +50,6 @@ sub default_interfaces {
my @l = detect_devices::getNet() or return;
if (@l == 1) {
$conf{net_interface} = $l[0];
- $conf{loc_interface} = [ 'lo0' ];
} else {
$conf{net_interface} = network::netconnect::get_net_device() or return;
$conf{loc_interface} = [ grep { $_ ne $conf{net_interface} } @l ];