From 71871d0a5981d2f8781307852d4f7ee66fe87600 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 19 Jul 2013 18:47:20 +0200 Subject: xtables: remove bogus comment regarding rule replacement We support rule replacement since quite some time, remove it. Signed-off-by: Pablo Neira Ayuso --- iptables/xtables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/xtables.c') diff --git a/iptables/xtables.c b/iptables/xtables.c index 41a7f716..7a6509a7 100644 --- a/iptables/xtables.c +++ b/iptables/xtables.c @@ -1178,7 +1178,6 @@ int do_commandx(struct nft_handle *h, int argc, char *argv[], char **table) args.s, args.d, cs.options&OPT_VERBOSE, h); break; case CMD_REPLACE: - /* FIXME replace at rulenum */ ret = replace_entry(chain, *table, &cs, rulenum - 1, h->family, args.s, args.d, cs.options&OPT_VERBOSE, h); -- cgit v1.2.3