summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_helper.txlate
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_helper.txlate')
-rw-r--r--extensions/libxt_helper.txlate4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_helper.txlate b/extensions/libxt_helper.txlate
index 8259aba3..2d94f740 100644
--- a/extensions/libxt_helper.txlate
+++ b/extensions/libxt_helper.txlate
@@ -1,5 +1,5 @@
iptables-translate -A FORWARD -m helper --helper sip
-nft add rule ip filter FORWARD ct helper \"sip\" counter
+nft 'add rule ip filter FORWARD ct helper "sip" counter'
iptables-translate -A FORWARD -m helper ! --helper ftp
-nft add rule ip filter FORWARD ct helper != \"ftp\" counter
+nft 'add rule ip filter FORWARD ct helper != "ftp" counter'