From ac1944ac6d12a24c88b0c723ea7a8bd0225bc750 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 8 May 2013 08:21:17 +1000 Subject: [PATCH] DOC: ChangeLog for default action type change --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c80e3b3c..ae55bb2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -99,6 +99,8 @@ Borreli, blotus: * [41b9f7b,32d10e9] More complete ssh filter rules to match openssh source. * [1d9abd1] Action files can have tags in definition that refer to other tags. + * [10886e7,cec5da2,adb991a] Change actions to response with ICMP port + unreachable rather than just a drop of the packet. Pascal Borreli * [a2b29b4] Fixed lots of typos in config files and documentation. hamilton5