mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
interfaces: DHCPv6 server answer from GUA address
PR: https://forum.opnsense.org/index.php?topic=41517.0
This commit is contained in:
parent
07941e14b3
commit
0217a1a95b
@ -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']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user