mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
firewall: add type 128 to outgoing IPv6 essentials #4565
This commit is contained in:
parent
7fda1670ce
commit
4e0fdb516a
@ -239,7 +239,7 @@ function filter_core_rules_system($fw, $defaults)
|
||||
// Allow only bare essential icmpv6 packets
|
||||
$fw->registerFilterRule(
|
||||
1,
|
||||
array('ipprotocol' => 'inet6', 'protocol' => 'ipv6-icmp', 'icmp6-type' => '129,133,134,135,136',
|
||||
array('ipprotocol' => 'inet6', 'protocol' => 'ipv6-icmp', 'icmp6-type' => '128,129,133,134,135,136',
|
||||
'statetype' => 'keep', 'descr' => 'IPv6 requirements (ICMP)', 'from' => '(self)',
|
||||
'to' => 'fe80::/10,ff02::/16', 'direction' => 'out' ),
|
||||
$defaults['pass']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user