mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
TEE: remove calls to check_inverse
This commit is contained in:
@@ -53,10 +53,6 @@ static int tee_tg_parse(int c, char **argv, int invert, unsigned int *flags,
|
|||||||
exit_error(PARAMETER_PROBLEM,
|
exit_error(PARAMETER_PROBLEM,
|
||||||
"Cannot specify --gw more than once");
|
"Cannot specify --gw more than once");
|
||||||
|
|
||||||
if (check_inverse(optarg, &invert, NULL, 0))
|
|
||||||
exit_error(PARAMETER_PROBLEM,
|
|
||||||
"Unexpected \"!\" after --gateway");
|
|
||||||
|
|
||||||
ia = numeric_to_ipaddr(optarg);
|
ia = numeric_to_ipaddr(optarg);
|
||||||
if (ia == NULL)
|
if (ia == NULL)
|
||||||
exit_error(PARAMETER_PROBLEM,
|
exit_error(PARAMETER_PROBLEM,
|
||||||
@@ -82,10 +78,6 @@ static int tee_tg6_parse(int c, char **argv, int invert, unsigned int *flags,
|
|||||||
exit_error(PARAMETER_PROBLEM,
|
exit_error(PARAMETER_PROBLEM,
|
||||||
"Cannot specify --gw more than once");
|
"Cannot specify --gw more than once");
|
||||||
|
|
||||||
if (check_inverse(optarg, &invert, NULL, 0))
|
|
||||||
exit_error(PARAMETER_PROBLEM,
|
|
||||||
"Unexpected \"!\" after --gateway");
|
|
||||||
|
|
||||||
ia = numeric_to_ip6addr(optarg);
|
ia = numeric_to_ip6addr(optarg);
|
||||||
if (ia == NULL)
|
if (ia == NULL)
|
||||||
exit_error(PARAMETER_PROBLEM,
|
exit_error(PARAMETER_PROBLEM,
|
||||||
|
Reference in New Issue
Block a user