Skip to content

Commit

Permalink
system: squelch 'cannot forward' message by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 13, 2025
1 parent 4d71586 commit 8220db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/inc/system.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit 8220db4

Please sign in to comment.