From 37f14acbc9b569602f6faded36e864d1a4595563 Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Mon, 12 Jan 2009 00:06:11 +0000 Subject: [PATCH] --- yaml --- r: 129722 b: refs/heads/master c: daaf83d2b9277928739f3eb7ea64f49c1254fd62 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/x_tables.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index eae98281f85e..511085572cbf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6210f3be5b13b6cda9c8dad8926818a73c8e6ac +refs/heads/master: daaf83d2b9277928739f3eb7ea64f49c1254fd62 diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index e52ce475d19f..c7ee8744d26b 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -270,6 +270,7 @@ struct xt_match struct list_head list; const char name[XT_FUNCTION_MAXNAMELEN-1]; + u_int8_t revision; /* Return true or false: return FALSE and set *hotdrop = 1 to force immediate packet drop. */ @@ -302,7 +303,6 @@ struct xt_match unsigned short proto; unsigned short family; - u_int8_t revision; }; /* Registration hooks for targets. */