mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
interfaces, only trigger newwanip event for affected interfaces
This commit is contained in:
parent
2d73c2cba5
commit
2982424232
@ -602,7 +602,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
system_routing_configure();
|
||||
plugins_configure('monitor');
|
||||
filter_configure();
|
||||
plugins_configure('newwanip');
|
||||
foreach ($toapplylist as $ifapply => $ifcfgo) {
|
||||
plugins_configure('newwanip', false, array($ifapply));
|
||||
}
|
||||
rrd_configure();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user