2002-12-04 22:17:14 +01:00
|
|
|
Changes since 1.3.11
|
2002-06-29 16:23:49 +02:00
|
|
|
|
2002-12-04 22:17:14 +01:00
|
|
|
1. Fixed DNAT/REDIRECT bug with excluded sub-zones.
|
2002-05-18 15:45:23 +02:00
|
|
|
|
2002-12-04 22:17:14 +01:00
|
|
|
2. "shorewall refresh" now refreshes the traffic shaping rules
|
2002-08-22 22:25:16 +02:00
|
|
|
|
2002-12-10 17:58:05 +01:00
|
|
|
3. Turned off debugging after error.
|
2002-12-05 02:24:51 +01:00
|
|
|
|
2002-12-10 17:58:05 +01:00
|
|
|
4. Removed drop of INVALID state output ICMP packets.
|
2002-12-05 02:24:51 +01:00
|
|
|
|
2002-12-10 17:58:05 +01:00
|
|
|
5. Replaced 'sed' invocation in separate_list() by shell code (speedup).
|
|
|
|
|
2002-12-10 21:42:19 +01:00
|
|
|
6. Replaced 'wc' invocation in list_count() by shell code (speedup)
|
2002-12-10 17:58:05 +01:00
|
|
|
|
2002-12-10 21:42:19 +01:00
|
|
|
7. Replaced 'sed' invocation in run_iptables() by shell code and
|
|
|
|
optomized (speedup)
|
2002-12-10 17:58:05 +01:00
|
|
|
|
|
|
|
8. Only read the interfaces file once (speedup)
|
|
|
|
|
|
|
|
9. Only read the policy file once (speedup)
|
|
|
|
|
2002-12-10 21:42:19 +01:00
|
|
|
10. Removed redundant function input_chains() (duplicate of first_chains())
|
2002-12-10 17:58:05 +01:00
|
|
|
|
2002-12-10 21:42:19 +01:00
|
|
|
11. Generated an error if 'lo' is defined in the interfaces file.
|
2002-12-10 17:58:05 +01:00
|
|
|
|
2002-12-10 21:42:19 +01:00
|
|
|
12. Clarified error message where ORIGINAL DEST is specified on an
|
2002-12-10 17:58:05 +01:00
|
|
|
ACCEPT, DROP or REJECT rule.
|
2002-12-10 21:42:19 +01:00
|
|
|
|
|
|
|
13. Added "shorewall show classifiers" command and added packet
|
|
|
|
classification filter display to "shorewall monitor"
|
2002-12-10 23:48:04 +01:00
|
|
|
|
|
|
|
14. Added an error message when the destination in a rule contained a
|
|
|
|
MAC address.
|
2002-12-10 17:58:05 +01:00
|
|
|
|