summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-02-14 21:14:47 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-02-14 21:14:47 +0000
commitf658e2b92a5a7cc2781aca42dbbe422ce112f941 (patch)
treeb62ee2b4269fb46c813c6ae50cee5211d31684fd /userspace/ebtables2/extensions
parentf481282f76900bc06d43a1eb3c38dd8a7a680dfa (diff)
use ebt_check_option2
Diffstat (limited to 'userspace/ebtables2/extensions')
-rw-r--r--userspace/ebtables2/extensions/ebt_pkttype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_pkttype.c b/userspace/ebtables2/extensions/ebt_pkttype.c
index 7894d0d..3333a9b 100644
--- a/userspace/ebtables2/extensions/ebt_pkttype.c
+++ b/userspace/ebtables2/extensions/ebt_pkttype.c
@@ -57,7 +57,7 @@ static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,
switch (c) {
case '1':
- ebt_check_option(flags, 1);
+ ebt_check_option2(flags, 1);
if (ebt_check_inverse2(optarg))
ptinfo->invert = 1;
i = strtol(optarg, &end, 16);