forked from extern/shorewall_code
Update Shorewall6 actions.std
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a5d3b1f470
commit
9f82d82a92
@ -26,11 +26,11 @@ AllowICMPs # Accept needed ICMP6 types
|
|||||||
Broadcast noinline # Handles Broadcast/Multicast/Anycast
|
Broadcast noinline # Handles Broadcast/Multicast/Anycast
|
||||||
Drop # Default Action for DROP policy
|
Drop # Default Action for DROP policy
|
||||||
DropSmurfs noinline # Handles packets with a broadcast source address
|
DropSmurfs noinline # Handles packets with a broadcast source address
|
||||||
Established noinline # Handles packets in the ESTABLISHED state
|
Established inline # Handles packets in the ESTABLISHED state
|
||||||
Invalid noinline # Handles packets in the INVALID conntrack state
|
Invalid inline # Handles packets in the INVALID conntrack state
|
||||||
NotSyn noinline # Handles TCP packets that do not have SYN=1 and ACK=0
|
NotSyn inline # Handles TCP packets that do not have SYN=1 and ACK=0
|
||||||
Reject # Default Action for REJECT policy
|
Reject # Default Action for REJECT policy
|
||||||
Related noinline # Handles packets in the RELATED conntrack state
|
Related inline # Handles packets in the RELATED conntrack state
|
||||||
RST noinline # Handle packets with RST set
|
RST inline # Handle packets with RST set
|
||||||
TCPFlags noinline # Handles bad flags combinations
|
TCPFlags noinline # Handles bad flags combinations
|
||||||
Untracked noinline # Handles packets in the UNTRACKED conntrack state
|
Untracked inline # Handles packets in the UNTRACKED conntrack state
|
||||||
|
Loading…
Reference in New Issue
Block a user