[NETFILTER]: xt_MARK target, revision 2

Introduces the xt_MARK target revision 2. It uses fixed types, and
also uses the more expressive XOR logic.

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:38:52 -08:00
committed by David S. Miller
parent 0dc8c76029
commit e0a812aea5
2 changed files with 56 additions and 22 deletions

View File

@@ -18,4 +18,8 @@ struct xt_mark_target_info_v1 {
u_int8_t mode;
};
struct xt_mark_tginfo2 {
u_int32_t mark, mask;
};
#endif /*_XT_MARK_H_target */