mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 15:41:41 +02:00
porting bugfixes from 2.1.19
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
2008-05-05 vadim <vadim@vk.crocodile.org>
|
||||
|
||||
* PolicyCompiler_pf_writers.cpp (PrintRule::processNext),
|
||||
RuleOptionsDialog.cpp (RuleOptionsDialog::loadFWObject): (from
|
||||
2.1) fixed bug #1821573: "Rule options limits allow for multiple
|
||||
overload tables". PF allows only for one "overload" option per
|
||||
rule.
|
||||
|
||||
* IPTImporter.cpp (IPTImporter::pushPolicyRule), (from 2.1)
|
||||
iptables.g (target_options): fixed bug #1949438: "parser expects
|
||||
decimal - hex is not accepted". Importer for iptables should be
|
||||
able to process "--set-mark" with hex argument.
|
||||
|
||||
* fwbedit.1: (from 2.1) fixed bug #1949103: "manpage slightly
|
||||
broken". Minor fixes in fwbedit.1 man page.
|
||||
|
||||
* PolicyCompiler_PrintRule.cpp (PrintRule::_printOptionalGlobalRules):
|
||||
(from 2.1) fixed bug# 1940504: "Clamp MSS to MTU". Iptables
|
||||
command that invokes "-j TCPMSS --clamp-mss-to-pmtu" in FORWARD
|
||||
chain should go before the one that matches "--state
|
||||
ESTABLISHED,RELATED" in order to work for the packets in these
|
||||
states.
|
||||
|
||||
* RuleOptionsDialog.cpp (RuleOptionsDialog::loadFWObject): (from
|
||||
2.1) fixed bug #1938985: Rate in hashlimit in local language
|
||||
|
||||
2008-04-13 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* NATCompiler_PrintRule.cpp (PrintRule::_printAddr): fixed bug (no
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
.TH fwbedit 1 "" FWB "Firewall Builder"
|
||||
.LO 1
|
||||
.SH NAME
|
||||
fwbedit \- General purpose object tree editing tool
|
||||
.SH SYNOPSIS
|
||||
@@ -57,8 +56,7 @@ error message and does not make any changes in the data file.
|
||||
.PP
|
||||
fwbedit -f x.xml -a id3D71A1BA,/Objects/Groups/testgroup
|
||||
.PP
|
||||
Adds reference to the object with ID id3D71A1BA to the group
|
||||
'testgroup'.
|
||||
Adds reference to the object with ID id3D71A1BA to the group 'testgroup'.
|
||||
.PP
|
||||
.PP
|
||||
fwbedit can be used in combination with fwblookup to execute
|
||||
|
||||
Reference in New Issue
Block a user