|
@@ -270,6 +270,7 @@ struct xt_match
|
|
struct list_head list;
|
|
struct list_head list;
|
|
|
|
|
|
const char name[XT_FUNCTION_MAXNAMELEN-1];
|
|
const char name[XT_FUNCTION_MAXNAMELEN-1];
|
|
|
|
+ u_int8_t revision;
|
|
|
|
|
|
/* Return true or false: return FALSE and set *hotdrop = 1 to
|
|
/* Return true or false: return FALSE and set *hotdrop = 1 to
|
|
force immediate packet drop. */
|
|
force immediate packet drop. */
|
|
@@ -302,7 +303,6 @@ struct xt_match
|
|
unsigned short proto;
|
|
unsigned short proto;
|
|
|
|
|
|
unsigned short family;
|
|
unsigned short family;
|
|
- u_int8_t revision;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/* Registration hooks for targets. */
|
|
/* Registration hooks for targets. */
|