mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
812f927d70
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1474 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
34 lines
500 B
Plaintext
34 lines
500 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.
|
|
|
|
|