From 31c46a3b9dcd1adcdd8caa6a5fe607c098e27e16 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 18 Jun 2013 02:41:34 +0200 Subject: 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 --- iptables/xtables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables') 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: -- cgit v1.2.3