mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
interfaces: annotate future plans
This commit is contained in:
parent
b6e2bb49d4
commit
3dd3c9fe6f
@ -103,6 +103,7 @@ interfaces_restart_by_device(false, array_merge($greifs, $gififs));
|
||||
ifgroup_setup();
|
||||
|
||||
system_routing_configure(false, $interface, true, 'inet');
|
||||
|
||||
filter_configure_sync();
|
||||
|
||||
if (is_ipaddr($cacheip) && $ip != $cacheip) {
|
||||
@ -114,5 +115,6 @@ if (is_ipaddr($cacheip) && $ip != $cacheip) {
|
||||
/* register IP change not before this point as basic connectivity is needed */
|
||||
@file_put_contents($cacheip_file, $ip . PHP_EOL);
|
||||
|
||||
/* XXX after 25.1 drop the "_map" suffix again */
|
||||
plugins_configure('vpn_map', false, [$interface, 'inet']);
|
||||
plugins_configure('newwanip_map', false, [$interface, 'inet']);
|
||||
|
||||
@ -125,5 +125,7 @@ foreach ($interfaces as $interface) {
|
||||
}
|
||||
|
||||
filter_configure_sync();
|
||||
|
||||
/* XXX after 25.1 drop the "_map" suffix again */
|
||||
plugins_configure('vpn_map', false, [join(',', $interfaces), 'inet6']);
|
||||
plugins_configure('newwanip_map', false, [join(',', $interfaces), 'inet6']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user