mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firewall: annotate fix for IPv6 :0 comment
This commit is contained in:
parent
b4539821f6
commit
f8802477c3
@ -78,6 +78,8 @@ class SNatRule extends Rule
|
||||
* ":0" does not work for IPv6, but NAT is not relevant there anyway.
|
||||
* The reason for this is that it selects the first address which is
|
||||
* the link local address so the real global address is not found.
|
||||
*
|
||||
* Also see: https://reviews.freebsd.org/D17633
|
||||
*/
|
||||
$rule['target'] = "({$interf_settings['if']}:0)";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user