From 901b71a85cc36374b7a14f9156c0084ecc8ebb7d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 4 Jul 2011 07:51:22 -0700 Subject: [PATCH] Add new IPv6 Standard Actions Signed-off-by: Tom Eastep --- Shorewall6/actions.std | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shorewall6/actions.std b/Shorewall6/actions.std index 6859363d8..e3be0b3e6 100644 --- a/Shorewall6/actions.std +++ b/Shorewall6/actions.std @@ -8,7 +8,7 @@ # # Builtin Actions are: # -# allowBcasts # Accept multicast and anycast packets +# allowBcasts # Accept multicast and anycast packets # dropBcasts # Silently Drop multicast and anycast packets # dropNotSyn # Silently Drop Non-syn TCP packets # rejNotSyn # Silently Reject Non-syn TCP packets @@ -23,5 +23,8 @@ A_Drop # Audited Default Action for DROP policy A_Reject # Audited Default Action for REJECT policy A_AllowICMPs # Audited Accept needed ICMP6 types AllowICMPs # Accept needed ICMP6 types +Broadcast # Handles Broadcast/Multicast/Anycast Drop # Default Action for DROP policy +Invalid # Handles packets in the INVALID conntrack state +NotSyn # Handles TCP packets that do not have SYN=1 and ACK=0 Reject # Default Action for REJECT policy