1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-24 01:49:36 +02:00

added release notes record

This commit is contained in:
Vadim Kurland
2011-11-08 18:13:13 -08:00
parent bd39f7b6bd
commit 028976c675

View File

@@ -300,6 +300,23 @@
</p>
</li>
<li>
<p>
fixed #2663 "Rule with "old-broadcast" object results in invalid
iptables INPUT chain". Compiler was choosing chain INPUT with
direction "outbound" for rules that had old broadcast address in
"Source", this lead to invalid iptables configuration with chain
INPUT and "-o eth0" interface match clause.
</p>
</li>
<li>
<p>
fixed bug in the rule processor that replaces AddressRange
object that represents single address with an IPv4 object. Also
eliminated code redundancy.
</p>
</li>
</ul>