summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_pkttype.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_pkttype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/extensions/ebt_pkttype.c b/userspace/ebtables2/extensions/ebt_pkttype.c
index e129996..e0de38d 100644
--- a/userspace/ebtables2/extensions/ebt_pkttype.c
+++ b/userspace/ebtables2/extensions/ebt_pkttype.c
@@ -46,6 +46,7 @@ static void init(struct ebt_entry_match *match)
struct ebt_pkttype_info *pt = (struct ebt_pkttype_info *)match->data;
pt->invert = 0;
+ match->version = VERSIONIZE(1,0);
}
static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,