summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_quota.txlate
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_quota.txlate')
-rw-r--r--extensions/libxt_quota.txlate4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_quota.txlate b/extensions/libxt_quota.txlate
index 91142141..6edd925d 100644
--- a/extensions/libxt_quota.txlate
+++ b/extensions/libxt_quota.txlate
@@ -1,5 +1,5 @@
iptables-translate -A OUTPUT -m quota --quota 111
-nft add rule ip filter OUTPUT quota 111 bytes counter
+nft 'add rule ip filter OUTPUT quota 111 bytes counter'
iptables-translate -A OUTPUT -m quota ! --quota 111
-nft add rule ip filter OUTPUT quota over 111 bytes counter
+nft 'add rule ip filter OUTPUT quota over 111 bytes counter'