forked from extern/shorewall_code
e33573eff9
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@566 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
19 lines
583 B
Plaintext
Executable File
19 lines
583 B
Plaintext
Executable File
This is a minor release of Shorewall.
|
|
|
|
Problems Corrected:
|
|
|
|
New Features:
|
|
|
|
1) A REDIRECT- rule target has been added. This target behaves for
|
|
REDIRECT in the same was as DNAT- does for DNAT in that the
|
|
Netfilter nat table REDIRECT rule is added but not the companion
|
|
filter table ACCEPT rule.
|
|
|
|
2) The LOGMARKER variable has been renamed LOGFORMAT and has been
|
|
changed to a 'printf' formatting template which accepts three
|
|
arguments (the chain name, logging rule number and the disposition).
|
|
To use LOGFORMAT with ULOG, set it as:
|
|
|
|
LOGFORMAT="fp=%s:%d a=%s"
|
|
|