From f7393314bd2639afcfacfadb5830d8ac4b7ee3fd Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 10 Mar 2017 09:09:31 -0800 Subject: [PATCH] Revert "Remove 'Multicast' from IPv6 actions.std" This reverts commit ddf4cf4fa7fab5d791f4780382452fb97c5b190f. --- Shorewall6/actions.std | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall6/actions.std b/Shorewall6/actions.std index 726eb8fc6..3537dfe1f 100644 --- a/Shorewall6/actions.std +++ b/Shorewall6/actions.std @@ -35,6 +35,7 @@ Established inline,\ # Handles packets in the ESTABLISHED state IfEvent noinline # Perform an action based on an event Invalid inline,audit,\ # Handles packets in the INVALID conntrack state state=INVALID +Multicast noinline # Handles Multicast New inline,state=NEW # 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 (deprecated)