From: Pablo Neira Ayuso Date: Tue, 18 Jun 2013 00:41:34 +0000 (+0200) Subject: xtables: remove bogus comment on chain rename X-Git-Tag: v1.6.0~111^2~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c46a3b9dcd1adcdd8caa6a5fe607c098e27e16;p=thirdparty%2Fiptables.git 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 --- 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: