summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-16 07:09:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-16 07:09:15 +0000
commitd1c46aef7659a443eb7edb373b0b79b6b1ce0b75 (patch)
tree39cb320579358094330c8880b5a7f69fd755df5b /etc/rc.initial.setlanip
parent2c382106273408cd94ccd012672d8395c4c6b628 (diff)
downloadpfsense-d1c46aef7659a443eb7edb373b0b79b6b1ce0b75.zip
pfsense-d1c46aef7659a443eb7edb373b0b79b6b1ce0b75.tar.gz
Reload filter after changes.
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 51454bb..99cf480 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -184,7 +184,10 @@
echo "\nPlease wait, saving your changes to {$interface}...";
write_config(gettext("{$interface} IP configuration from console menu"));
interfaces_lan_configure();
+ echo " Reloading filter...";
+ filter_configure_sync();
echo "\n";
+
if ($intip != '') {
echo "\n\n" . gettext("The IPv4 {$interface} address has been set to ") . "{$intip}/{$intbits}\n" ;
echo gettext('You can now access the webConfigurator by opening the following URL in your web browser:') . "\n";
OpenPOWER on IntegriCloud