summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-01-22 21:31:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-01-22 21:31:41 +0000
commit276a350f686140dc4078ab5af177cbfc0bfc4102 (patch)
tree6c35d6878ea1ab07ee4037aaada5a78c734b68e9 /usr/local/www/interfaces_opt.php
parent555a00ac9da1048cec0420d58b04c423bacbaf27 (diff)
downloadpfsense-276a350f686140dc4078ab5af177cbfc0bfc4102.zip
pfsense-276a350f686140dc4078ab5af177cbfc0bfc4102.tar.gz
When changing the IP address, reassign all static routes.
Tested-by: Gary Buckmaster via ORU
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index ac22c64..e331279 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -460,6 +460,10 @@ if ($_POST) {
/* sync filter configuration */
filter_configure();
+
+ /* set up static routes */
+ system_routing_configure();
+
}
}
?> \ No newline at end of file
OpenPOWER on IntegriCloud