[NETFILTER]: IPv6 capable xt_TOS v1 target

Extends the xt_DSCP target by xt_TOS v1 to add support for selectively
setting and flipping any bit in the IPv4 TOS and IPv6 Priority fields.
(ipt_TOS and xt_DSCP only accepted a limited range of possible
values.)

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
2007-12-04 23:39:09 -08:00
committed by David S. Miller
parent f1095ab51d
commit 5c350e5a38
3 changed files with 69 additions and 1 deletions
+5
View File
@@ -17,4 +17,9 @@ struct xt_DSCP_info {
u_int8_t dscp;
};
struct xt_tos_target_info {
u_int8_t tos_value;
u_int8_t tos_mask;
};
#endif /* _XT_DSCP_TARGET_H */