From 48a6f900fa25a4dd2d9b39cff4bf1ab83356d967 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 22 Oct 2001 15:16:21 +0000 Subject: check for --table as well as -t (Andreas Ferber) --- ip6tables-restore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index 415f1e4d..1b54b237 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -343,7 +343,8 @@ int main(int argc, char *argv[]) param_len); *(param_buffer+param_len) = '\0'; - if (!strncmp(param_buffer, "-t", 3)) { + if (!strncmp(param_buffer, "-t", 3) + || !strncmp(param_buffer, "--table", 8)) { exit_error(PARAMETER_PROBLEM, "Line %u seems to have a " "-t table option.\n", line); -- cgit v1.2.3