update other components for ROUTE_FILTER/LOG_MARTIAN changes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6056 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-22 03:11:34 +00:00
parent 592e4861ad
commit 84fbca4917
3 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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}" ]

View File

@ -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