mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
firewall: 18.1 will have shared forwarding for IPv6
This commit is contained in:
parent
105fb5bb57
commit
fd77e8be72
@ -572,6 +572,7 @@ function filter_configure_sync($verbose = false)
|
||||
|
||||
/* set shared forwarding according to config option */
|
||||
set_single_sysctl('net.pf.share_forward', !empty($config['system']['pf_share_forward']) ? '1' : '0');
|
||||
set_single_sysctl('net.pf.share_forward6', !empty($config['system']['pf_share_forward']) ? '1' : '0');
|
||||
|
||||
/*
|
||||
* If we are not using bogonsv6 then we can remove any
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user