summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ip.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-23 20:38:34 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-23 20:38:34 +0000
commit7b9aaebe3a155d092b633a13f9f02f55e456b361 (patch)
treec3b1f71f05cd216da846e943fb30057452e9c400 /extensions/ebt_ip.c
parent25c741d4c7ce9435de17510b4727e665467e4f50 (diff)
*** empty log message ***
Diffstat (limited to 'extensions/ebt_ip.c')
-rw-r--r--extensions/ebt_ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/ebt_ip.c b/extensions/ebt_ip.c
index cb425f9..71d7f30 100644
--- a/extensions/ebt_ip.c
+++ b/extensions/ebt_ip.c
@@ -218,7 +218,8 @@ static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,
}
static void final_check(const struct ebt_u_entry *entry,
- const struct ebt_entry_match *match, const char *name, unsigned int hook_mask)
+ const struct ebt_entry_match *match, const char *name,
+ unsigned int hook_mask, unsigned int time)
{
if (entry->bitmask & EBT_NOPROTO || entry->bitmask & EBT_802_3 ||
entry->ethproto != ETH_P_IP)