mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reload all when changing interface configuration.
This commit is contained in:
parent
aa10c02f0b
commit
77622bb216
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user