Add support for DSCP matches and target
[project/firewall3.git] / iptables.h
index 8ec7add695cbdfc012cc9b3d4e8cd1ba2e42a653..fb4a899a8fa8d6ce6b9ba425772fa07943ed3b05 100644 (file)
@@ -93,6 +93,8 @@ void fw3_ipt_rule_time(struct fw3_ipt_rule *r, struct fw3_time *time);
 
 void fw3_ipt_rule_mark(struct fw3_ipt_rule *r, struct fw3_mark *mark);
 
+void fw3_ipt_rule_dscp(struct fw3_ipt_rule *r, struct fw3_dscp *dscp);
+
 void fw3_ipt_rule_comment(struct fw3_ipt_rule *r, const char *fmt, ...);
 
 void fw3_ipt_rule_extra(struct fw3_ipt_rule *r, const char *extra);