From 282bf0a78c7a363b0cbf8c9890c1e265efa0e8cc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 12 Jul 2013 09:45:41 -0700 Subject: [PATCH] Allow Events with Shorewall6 Signed-off-by: Tom Eastep --- Shorewall6/actions.std | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shorewall6/actions.std b/Shorewall6/actions.std index 6ac30fa2e..f3d87e98c 100644 --- a/Shorewall6/actions.std +++ b/Shorewall6/actions.std @@ -25,11 +25,14 @@ Drop # Default Action for DROP policy dropInvalid inline # Drops packets in the INVALID conntrack state DropSmurfs noinline # Handles packets with a broadcast source address Established inline # Handles packets in the ESTABLISHED state +IfEvent noinline # Perform an action based on an event Invalid inline # Handles packets in the INVALID conntrack state New inline # Handles packets in the NEW conntrack state NotSyn inline # Handles TCP packets that do not have SYN=1 and ACK=0 Reject # Default Action for REJECT policy Related inline # Handles packets in the RELATED conntrack state +ResetEvent inline # Reset an Event RST inline # Handle packets with RST set +SetEvent inline # Initialize an event TCPFlags # Handles bad flags combinations Untracked inline # Handles packets in the UNTRACKED conntrack state