From 6b4905c2c0ec4f0c7a456a9ec6c9462d1596287e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 20 Oct 2017 12:33:36 -0700 Subject: [PATCH] Replace 'tcp' with '6' in action.TCPFlags Signed-off-by: Tom Eastep --- Shorewall/Actions/action.TCPFlags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Actions/action.TCPFlags b/Shorewall/Actions/action.TCPFlags index 42fb4c5ec..a543ffbc7 100644 --- a/Shorewall/Actions/action.TCPFlags +++ b/Shorewall/Actions/action.TCPFlags @@ -26,4 +26,4 @@ $tcpflags_action - - ;;+ -p 6 --tcp-flags ALL FIN,URG,PSH $tcpflags_action - - ;;+ -p 6 --tcp-flags ALL NONE $tcpflags_action - - ;;+ -p 6 --tcp-flags SYN,RST SYN,RST $tcpflags_action - - ;;+ -p 6 --tcp-flags SYN,FIN SYN,FIN -$tcpflags_action - - ;;+ -p tcp --syn --sport 0 +$tcpflags_action - - ;;+ -p 6 --syn --sport 0