mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
interfaces: do group sync for IPv6 just in case
This commit is contained in:
parent
0deba9c9de
commit
f5352f841e
@ -123,6 +123,12 @@ switch (isset($config['system']['ipv6allow']) ? ($config['interfaces'][$interfac
|
||||
/* linked devices that are assigned need to be reconfigured now */
|
||||
interfaces_restart_by_device(false, $auxdevs);
|
||||
|
||||
/*
|
||||
* Interface reconfigure finished here so sync
|
||||
* firewall groups in case of destroy/create use.
|
||||
*/
|
||||
ifgroup_setup();
|
||||
|
||||
$interfaces = array_keys(link_interface_to_track6($interface, true));
|
||||
array_unshift($interfaces, $interface);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user