summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables.c')
-rw-r--r--iptables/xtables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/xtables.c b/iptables/xtables.c
index ca057d39..c0585673 100644
--- a/iptables/xtables.c
+++ b/iptables/xtables.c
@@ -1217,7 +1217,6 @@ int do_commandx(struct nft_handle *h, int argc, char *argv[], char **table)
ret = nft_chain_user_del(h, chain, *table);
break;
case CMD_RENAME_CHAIN:
- /* XXX iptables allows renaming an used chain, we don't */
ret = nft_chain_user_rename(h, chain, *table, newname);
break;
case CMD_SET_POLICY: