[NETFILTER]: xt_mark match, revision 1

Introduces the xt_mark match revision 1. It uses fixed types,
eventually obsoleting revision 0 some day (uses nonfixed types).

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jan Engelhardt
2008-01-14 23:41:11 -08:00
committed by David S. Miller
parent 64eb12f997
commit 17b0d7ef65
2 changed files with 59 additions and 22 deletions
+5
View File
@@ -6,4 +6,9 @@ struct xt_mark_info {
u_int8_t invert;
};
struct xt_mark_mtinfo1 {
u_int32_t mark, mask;
u_int8_t invert;
};
#endif /*_XT_MARK_H*/