summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-06-18 02:41:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-12-30 23:50:33 +0100
commit31c46a3b9dcd1adcdd8caa6a5fe607c098e27e16 (patch)
tree6628b1d57bf714b3a70bfe1a291eaec75ef752a0 /iptables/xtables.c
parentb48126ca92cc44e88aa024e6da7ff245914d6a53 (diff)
xtables: remove bogus comment on chain rename
No longer true since Patrick added the chain rename approach back in September 2012. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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: