On Sat, Jul 28, 2012 at 07:21:03PM +0200, Jan Engelhardt wrote: > save-restore syntax uses *table, not -t table. > > Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> > --- > iptables/ip6tables-restore.c | 3 +-- > iptables/iptables-restore.c | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/iptables/ip6tables-restore.c b/iptables/ip6tables-restore.c > index 3894d68..614ff0f 100644 > --- a/iptables/ip6tables-restore.c > +++ b/iptables/ip6tables-restore.c > @@ -417,8 +417,7 @@ int ip6tables_restore_main(int argc, char *argv[]) > if (!strncmp(param_buffer, "-t", 2) > || !strncmp(param_buffer, "--table", 8)) { > xtables_error(PARAMETER_PROBLEM, > - "Line %u seems to have a " > - "-t table option.\n", line); > + "The -t option (seen in line %u) cannot be used in ip6tables-restore.\n", line); Lines should break at 80 chars. I know we sometimes slightly violate this limit, but I don't want to have wrapping code in my 80-chars terminals. No need to resend, I did it myself. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html