mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
system: squelch 'cannot forward' message by default
PR: https://www.reddit.com/r/opnsense/comments/1inr63v/comment/mckfzsh/?context=3
This commit is contained in:
parent
4d71586539
commit
8220db412c
@ -108,6 +108,7 @@ function system_sysctl_defaults()
|
||||
'net.inet6.ip6.accept_rtadv' => [ 'default' => isset($config['system']['ipv6allow']) ? '1' : '0', 'required' => true ],
|
||||
'net.inet6.ip6.forwarding' => [ 'default' => '1', 'required' => true ],
|
||||
'net.inet6.ip6.intr_queue_maxlen' => [ 'default' => '1000', 'required' => true ],
|
||||
'net.inet6.ip6.log_cannot_forward' => [ 'default' => '0', 'required' => true ],
|
||||
'net.inet6.ip6.prefer_tempaddr' => [ 'default' => '0' ],
|
||||
'net.inet6.ip6.redirect' => [ 'default' => '0', 'required' => true ],
|
||||
'net.inet6.ip6.rfc6204w3' => [ 'default' => isset($config['system']['ipv6allow']) ? '1' : '0', 'required' => true ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user