diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-01 13:33:19 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-01 13:33:19 +0000 |
commit | cd81576961299b6908b78765ad404fb747de574f (patch) | |
tree | df359976a84963b6bf50802e8ecdd5acd8c70abb /perl-install/standalone | |
parent | 3fb10f33d63c9c9c291f457900dbf36ca278a3ff (diff) | |
download | drakx-cd81576961299b6908b78765ad404fb747de574f.tar drakx-cd81576961299b6908b78765ad404fb747de574f.tar.gz drakx-cd81576961299b6908b78765ad404fb747de574f.tar.bz2 drakx-cd81576961299b6908b78765ad404fb747de574f.tar.xz drakx-cd81576961299b6908b78765ad404fb747de574f.zip |
update shorewall interfaces list when a new interface is detected (#21252)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 2 insertions, 0 deletions
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))) { |