mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-03 00:15:54 +02: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.
|
4) Fix arp_ignore.
|
||||||
|
|
||||||
|
5) Re-work ROUTE_FILTER and LOG_MARTIANS.
|
||||||
|
|
||||||
Changes in 3.9.3
|
Changes in 3.9.3
|
||||||
|
|
||||||
1) Apply Steven Springl's patch for port checking.
|
1) Apply Steven Springl's patch for port checking.
|
||||||
|
@ -1879,7 +1879,7 @@ do_initialize() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
ROUTE_FILTER=yes
|
ROUTE_FILTER=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$LOG_MARTIANS" ]; then
|
if [ -n "$LOG_MARTIANS" ]; then
|
||||||
@ -1898,7 +1898,7 @@ do_initialize() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
LOG_MARTIANS=yes
|
LOG_MARTIANS=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -n "${BLACKLIST_DISPOSITION:=DROP}" ]
|
[ -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.
|
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
|
Other changes in Shorewall 3.9.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user