summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index cc7d97a..7564849 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -49,6 +49,7 @@ require("functions.inc");
require("filter.inc");
require("shaper.inc");
require("rrd.inc");
+require("vpn.inc");
if ($_REQUEST['if']) {
$if = $_REQUEST['if'];
@@ -264,7 +265,7 @@ if ($_POST['apply']) {
else {
unlink_if_exists("{$g['tmp_path']}/config.cache");
clear_subsystem_dirty('interfaces');
- interface_configure($if);
+ interface_configure($if, true);
/* restart snmp so that it binds to correct address */
services_snmpd_configure();
OpenPOWER on IntegriCloud