mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 00:49:09 +02:00
added changelog record and release notes item
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2010-11-15 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* InetAddr.cpp (InetAddr::opGT): (change in libfwbuilder) added
|
||||
module uint128 (128-bt arithmetics by Evan Teran). Implemented
|
||||
basic operations with ipv6 addresses using this module. See #1834.
|
||||
Now all policy compilers can correctly compare ipv6 addresses used
|
||||
in rules with ipv6 addresses of interfaces. This helps perform
|
||||
various optimizations and fixes issues with the algorithm used to
|
||||
pick the right interface for the Cisco IOS ACL compiled from a
|
||||
policy rule with an empty "interface" rule element and direction
|
||||
"both".
|
||||
|
||||
2010-11-11 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* newClusterDialog_create.cpp (copyRuleSets): Fixed SF bug
|
||||
|
||||
@@ -121,6 +121,25 @@
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="libfwbuilder"></a>
|
||||
<h2>Changes and improvements in the API library libfwbuilder</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
added module uint128 (128-bt arithmetics by Evan
|
||||
Teran). Implemented basic operations with ipv6 addresses using
|
||||
this module. See #1834. Now all policy compilers can correctly
|
||||
compare ipv6 addresses used in rules with ipv6 addresses of
|
||||
interfaces. This helps perform various optimizations and fixes
|
||||
issues with the algorithm used to pick the right interface for
|
||||
the Cisco IOS ACL compiled from a policy rule with an empty
|
||||
"interface" rule element and direction "both".
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="std_lib"></a>
|
||||
<h2>Changes and improvements in the library of standard objects</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user