mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 06:29:03 +01:00
Update change log and release notes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@359 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
39da3ef60f
commit
a9dfbc23ab
@ -4,9 +4,25 @@ Changes since 1.3.11
|
|||||||
|
|
||||||
2. "shorewall refresh" now refreshes the traffic shaping rules
|
2. "shorewall refresh" now refreshes the traffic shaping rules
|
||||||
|
|
||||||
3. Turn off debugging after error.
|
3. Turned off debugging after error.
|
||||||
|
|
||||||
4. Various speedups.
|
4. Removed drop of INVALID state output ICMP packets.
|
||||||
|
|
||||||
|
5. Replaced 'sed' invocation in separate_list() by shell code (speedup).
|
||||||
|
|
||||||
|
6. Replace 'wc' invocation in list_count() by shell code (speedup)
|
||||||
|
|
||||||
|
7. Replace 'sed' invocation in run_iptables() by shell code and
|
||||||
|
optomize (speedup)
|
||||||
|
|
||||||
|
8. Only read the interfaces file once (speedup)
|
||||||
|
|
||||||
|
9. Only read the policy file once (speedup)
|
||||||
|
|
||||||
|
10. Remove redundant function input_chains() (duplicate of first_chains())
|
||||||
|
|
||||||
|
11. Generate an error if 'lo' is defined in the interfaces file.
|
||||||
|
|
||||||
|
12. Clarify error message where ORIGINAL DEST is specified on an
|
||||||
|
ACCEPT, DROP or REJECT rule.
|
||||||
|
|
||||||
5. Remove drop of INVALID state output ICMP packets.
|
|
||||||
.
|
|
||||||
|
@ -6,7 +6,7 @@ New features include:
|
|||||||
2) "shorewall debug [re]start" now turns off debugging after an error
|
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
|
occurs. This places the point of the failure near the end of the
|
||||||
trace rather than up in the middle of it.
|
trace rather than up in the middle of it.
|
||||||
3) "shorewall [re]start" has been speeded up by approximately 15% with
|
3) "shorewall [re]start" has been speeded up by approximately 40% with
|
||||||
my configuration. Your milage may vary.
|
my configuration. Your milage may vary.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user