diff --git a/Shorewall6/actions.std b/Shorewall6/actions.std index a7d9197c1..5c284b6a0 100644 --- a/Shorewall6/actions.std +++ b/Shorewall6/actions.std @@ -26,11 +26,11 @@ AllowICMPs # Accept needed ICMP6 types Broadcast noinline # Handles Broadcast/Multicast/Anycast Drop # Default Action for DROP policy DropSmurfs noinline # Handles packets with a broadcast source address -Established noinline # Handles packets in the ESTABLISHED state -Invalid noinline # Handles packets in the INVALID conntrack state -NotSyn noinline # Handles TCP packets that do not have SYN=1 and ACK=0 +Established inline # Handles packets in the ESTABLISHED state +Invalid inline # Handles packets in the INVALID conntrack state +NotSyn inline # Handles TCP packets that do not have SYN=1 and ACK=0 Reject # Default Action for REJECT policy -Related noinline # Handles packets in the RELATED conntrack state -RST noinline # Handle packets with RST set +Related inline # Handles packets in the RELATED conntrack state +RST inline # Handle packets with RST set TCPFlags noinline # Handles bad flags combinations -Untracked noinline # Handles packets in the UNTRACKED conntrack state +Untracked inline # Handles packets in the UNTRACKED conntrack state