mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: remove deprecated "vpn" event
Everything has been converted and plugins do not ship with a "vpn" event. "newwanip" is similar and the plugins have been ensured to be moved to the new one in 24.7.3 already.
This commit is contained in:
parent
f29d93198d
commit
4c07de7e34
@ -100,7 +100,6 @@ plugins_configure('dns', true);
|
||||
filter_configure_sync(true);
|
||||
plugins_configure('monitor', true, [null, true]);
|
||||
plugins_configure('vpn_map', true);
|
||||
plugins_configure('vpn', true); /* XXX remove in 25.1 */
|
||||
plugins_configure('bootup', true);
|
||||
rrd_configure(true, true);
|
||||
|
||||
|
||||
@ -56,7 +56,6 @@ system_routing_configure(true);
|
||||
filter_configure_sync(true);
|
||||
plugins_configure('local', true);
|
||||
plugins_configure('vpn_map', true);
|
||||
plugins_configure('vpn', true); /* XXX remove in 25.1 */
|
||||
rrd_configure(true);
|
||||
|
||||
/* plugins service reload */
|
||||
|
||||
@ -46,6 +46,5 @@ if (set_networking_interfaces_ports()) {
|
||||
filter_configure_sync(true);
|
||||
plugins_configure('local', true);
|
||||
plugins_configure('vpn_map', true);
|
||||
plugins_configure('vpn', true); /* XXX remove in 25.1 */
|
||||
rrd_configure(true);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user