summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_SYNPROXY.txlate
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-11-25 04:35:35 +0100
committerPhil Sutter <phil@nwl.cc>2022-11-29 13:25:26 +0100
commit116848ea1e5d8d02fd766356a642bd81574e2723 (patch)
treea6fa347f703b8ad60a1a94554c1fd734357ee851 /extensions/libxt_SYNPROXY.txlate
parent7533e96dadfcecbb49f819976ffc986a67920545 (diff)
extensions: libxt_conntrack: Drop extra whitespace in xlate
No point in having this. Interestingly, other test cases even made up for it. Fixes: 0afd957f6bc03 ("extensions: libxt_state: add translation to nft") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_SYNPROXY.txlate')
-rw-r--r--extensions/libxt_SYNPROXY.txlate2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_SYNPROXY.txlate b/extensions/libxt_SYNPROXY.txlate
index b3de2b2a..a2a3b6c5 100644
--- a/extensions/libxt_SYNPROXY.txlate
+++ b/extensions/libxt_SYNPROXY.txlate
@@ -1,2 +1,2 @@
iptables-translate -t mangle -A INPUT -i iifname -p tcp -m tcp --dport 80 -m state --state INVALID,UNTRACKED -j SYNPROXY --sack-perm --timestamp --wscale 7 --mss 1460
-nft add rule ip mangle INPUT iifname "iifname" tcp dport 80 ct state invalid,untracked counter synproxy sack-perm timestamp wscale 7 mss 1460
+nft add rule ip mangle INPUT iifname "iifname" tcp dport 80 ct state invalid,untracked counter synproxy sack-perm timestamp wscale 7 mss 1460