interfaces: DHCPv6 server answer from GUA address

PR: https://forum.opnsense.org/index.php?topic=41517.0
This commit is contained in:
Franco Fichtner 2024-07-12 08:59:34 +02:00
parent 07941e14b3
commit 0217a1a95b

View File

@ -352,8 +352,8 @@ function filter_core_rules_system($fw, $defaults)
'#ref' => 'system_advanced_network.php#ipv6allow',
'interface' => $intf,
'protocol' => 'udp',
'from' => 'fe80::/10',
/* omit from_port as the server may use a different source port */
/* omit 'from' as the server may use a GUA instead */
/* omit 'from_port' as the server may use a different source port */
'to' => 'fe80::/10',
'to_port' => 546,
], $defaults['pass']);