diff --git a/src/etc/inc/filter.lib.inc b/src/etc/inc/filter.lib.inc index b42649687..13f016319 100644 --- a/src/etc/inc/filter.lib.inc +++ b/src/etc/inc/filter.lib.inc @@ -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'])) {