diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-16 07:09:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-16 07:09:15 +0000 |
commit | d1c46aef7659a443eb7edb373b0b79b6b1ce0b75 (patch) | |
tree | 39cb320579358094330c8880b5a7f69fd755df5b | |
parent | 2c382106273408cd94ccd012672d8395c4c6b628 (diff) | |
download | pfsense-d1c46aef7659a443eb7edb373b0b79b6b1ce0b75.zip pfsense-d1c46aef7659a443eb7edb373b0b79b6b1ce0b75.tar.gz |
Reload filter after changes.
-rwxr-xr-x | etc/rc.initial.setlanip | 3 |
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"; |