interfaces: allow multicast as well

This commit is contained in:
Franco Fichtner 2024-07-12 15:00:36 +02:00
parent f2c5e53f3f
commit 12f45faddf

View File

@ -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'])) {