mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-17 10:29:21 +02:00
NATCompiler_pf.cpp (_expand_addr): see #2455 NAT Compiler for PF
should use "(interface)" syntax to the right of "->" in NAT rules. This now works for all interfaces, including those that have ip addresses in fwbuilder configuration, when interface object appears in "Translated Source" in a nat rule. When firewall object appears in "Translated Source", it gets replaced with a set of its interfaces which also get translated into "-> (interface)".
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
2011-06-03 vadim <vadim@netcitadel.com>
|
||||
|
||||
* NATCompiler_pf.cpp (_expand_addr): see #2455 NAT Compiler for PF
|
||||
should use "(interface)" syntax to the right of "->" in NAT rules.
|
||||
This now works for all interfaces, including those that have ip
|
||||
addresses in fwbuilder configuration, when interface object
|
||||
appears in "Translated Source" in a nat rule. When firewall object
|
||||
appears in "Translated Source", it gets replaced with a set of its
|
||||
interfaces which also get translated into "-> (interface)".
|
||||
|
||||
* NATCompiler_ipt.cpp (compile): see #2456 Added support for
|
||||
single object negation in "Inbound Interface" and "Outbound
|
||||
Interface" columns in compiler for iptables.
|
||||
|
||||
Reference in New Issue
Block a user