Remove 'Multicast' from IPv6 actions.std

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-10 07:30:20 -08:00
parent 98f80d6c4a
commit ddf4cf4fa7
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -35,7 +35,6 @@ 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)