mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
0a25b97f5b
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1496 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
44 lines
792 B
Plaintext
44 lines
792 B
Plaintext
Changes in 2.0.4
|
|
|
|
1) Fix DNAT logging with 'fw' as the source zone.
|
|
|
|
Change in 2.0.5
|
|
|
|
1) Eradicate more RESTOREBASE messages.
|
|
|
|
2) Remove 'mangle' reference from shorewall.conf.
|
|
|
|
Change in 2.0.6
|
|
|
|
1) Add PKTTYPE option.
|
|
|
|
shorewall.conf
|
|
firewall
|
|
|
|
2) Sanitized some correct but confusing code in determine_hosts().
|
|
|
|
There was a loop:
|
|
|
|
for networks in $networks
|
|
...
|
|
|
|
It now reads:
|
|
|
|
for network in $networks
|
|
...
|
|
|
|
|
|
3) Don't give shorewall.conf and zones execute permission.
|
|
|
|
4) Backport 'dropInvalid' from 2.1
|
|
|
|
Changes in 2.0.7
|
|
|
|
1) Include output of "ip rule ls" and "ip route ls" in "shorewall
|
|
status".
|
|
|
|
2) Consult PKTTYPE when generating 'REJECT' rules.
|
|
|
|
3) Enhance IP/Routing output in "shorewall status".
|
|
|
|
4) Correct handling of multiple 'blacklist' interfaces. |