forked from extern/shorewall_code
775d9d92ba
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@364 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
22 lines
992 B
Plaintext
Executable File
22 lines
992 B
Plaintext
Executable File
This is a minor release of Shorewall that has a couple of new features.
|
|
|
|
New features include:
|
|
|
|
1) "shorewall refresh" now reloads the traffic shaping rules (tcrules
|
|
and tcstart).
|
|
2) "shorewall debug [re]start" now turns off debugging after an error
|
|
occurs. This places the point of the failure near the end of the
|
|
trace rather than up in the middle of it.
|
|
3) "shorewall [re]start" has been speeded up by approximately 40% with
|
|
my configuration. Your milage may vary.
|
|
|
|
4) A "shorewall show classifiers" command has been added which shows
|
|
the current packet classification filters. The output from this
|
|
command is also added as a separate page in "shorewall monitor"
|
|
|
|
5) ULOG (must be all caps) is now accepted as a valid syslog level and
|
|
causes the subject packets to be logged using the ULOG target rather
|
|
than the LOG target. This allows you to run ulogd (available from
|
|
www.gnumonks.org/projects/ulogd) and log all Shorewall messages to
|
|
a separate log file.
|