mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
interfaces: allow multicast as well
This commit is contained in:
parent
f2c5e53f3f
commit
12f45faddf
@ -365,7 +365,7 @@ function filter_core_rules_system($fw, $defaults)
|
||||
'protocol' => 'udp',
|
||||
'from' => 'fe80::/10',
|
||||
'from_port' => 546,
|
||||
'to' => 'fe80::/10',
|
||||
'to' => 'fe80::/10,ff02::/16',
|
||||
'to_port' => 547,
|
||||
];
|
||||
if (isset($intfinfo['dhcp6vlanprio'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user