diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index 3996b9150..b4dda3334 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -8,6 +8,8 @@ Changes in 3.9.4 4) Fix arp_ignore. +5) Re-work ROUTE_FILTER and LOG_MARTIANS. + Changes in 3.9.3 1) Apply Steven Springl's patch for port checking. diff --git a/Shorewall-common/lib.config b/Shorewall-common/lib.config index dc95a400f..1752ad5a9 100644 --- a/Shorewall-common/lib.config +++ b/Shorewall-common/lib.config @@ -1879,7 +1879,7 @@ do_initialize() { ;; esac else - ROUTE_FILTER=yes + ROUTE_FILTER= fi if [ -n "$LOG_MARTIANS" ]; then @@ -1898,7 +1898,7 @@ do_initialize() { ;; esac else - LOG_MARTIANS=yes + LOG_MARTIANS= fi [ -n "${BLACKLIST_DISPOSITION:=DROP}" ] diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 45b04021f..c935e577f 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -22,7 +22,10 @@ Problems corrected in 3.9.4. 2) logmartions=0 was being treated the same as logmartians=1. -3) arp_ignore caused an internal error in validate_interfaces_file(). +3) The 'arp_ignore' interface option caused an internal error in + validate_interfaces_file() and other errors. + +4) The 'detectnets' option was accepted but did nothing. Other changes in Shorewall 3.9.4