mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
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:
parent
592e4861ad
commit
84fbca4917
@ -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.
|
||||
|
@ -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}" ]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user