[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:
committed by
David S. Miller
parent
0dc8c76029
commit
e0a812aea5
@@ -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 */
|
||||
|
Reference in New Issue
Block a user