summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-17 23:27:42 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-17 23:27:42 -0600
commit8ce04d22fcc3dec13856306f9c5766170028851f (patch)
tree4b7f524749bd1ff2b2df3bff5ad9b38cc11e92b7 /etc/rc.initial.setlanip
parentebb5ba62f704edaa382ac8a089948c0bce565b44 (diff)
downloadpfsense-8ce04d22fcc3dec13856306f9c5766170028851f.zip
pfsense-8ce04d22fcc3dec13856306f9c5766170028851f.tar.gz
Static gateways weren't being added to the routing table after configuring at the console, fix that.
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 49c70e2..e86484a 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -460,6 +460,8 @@ if (!$dry_run) {
interface_reconfigure(strtolower($upperifname));
echo "\n Reloading filter...";
filter_configure_sync();
+ echo "\n Reloading routing configuration...";
+ system_routing_configure();
if($restart_dhcpd) {
echo "\n DHCPD...";
services_dhcpd_configure();
OpenPOWER on IntegriCloud