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