From cd81576961299b6908b78765ad404fb747de574f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Mar 2006 13:33:19 +0000 Subject: update shorewall interfaces list when a new interface is detected (#21252) --- perl-install/standalone/service_harddrake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index bc0462823..c4e185cd1 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -137,6 +137,8 @@ foreach my $hw_class (@harddrake::data::tree) { modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless|firewire|pcmcia'); require network::ethernet; network::ethernet::configure_eth_aliases($modules_conf); + require network::shorewall; + network::shorewall::update_interfaces_list(); $modules_conf->write; next; } elsif (member($Ident, qw(ATA_STORAGE RAID_STORAGE SATA_STORAGE SCSI_CONTROLLER))) { -- cgit v1.2.1