From 8e11b23f541d3f9e8accaef1e55ca1b4ee2cfffd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 18 Jan 2008 21:24:42 +0000 Subject: On interface ip or gateway changes FreeBSD will remove routes related. Ensure the routes are loaded back each time. MFC: After testing at ORU --- usr/local/www/interfaces.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr/local/www/interfaces.php') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index d99f877..71bc7a1 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1088,7 +1088,11 @@ if ($_POST) { /* sync filter configuration */ filter_configure(); + + /* set up static routes */ + system_routing_configure(); + } } -?> +?> \ No newline at end of file -- cgit v1.1