X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=iptables.h;h=fb4a899a8fa8d6ce6b9ba425772fa07943ed3b05;hb=12a7cf9db1f902f359038d9f52851da83c153407;hp=8ec7add695cbdfc012cc9b3d4e8cd1ba2e42a653;hpb=aa8846bb101054392b81f09bade120c021695892;p=project%2Ffirewall3.git diff --git a/iptables.h b/iptables.h index 8ec7add..fb4a899 100644 --- a/iptables.h +++ b/iptables.h @@ -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);