X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=iptables.h;h=872ee339ff0af01a2c6a46f82f8041e09c961156;hb=b59934331c4b9271ceb5e30b793a552618299d39;hp=96d71bf850f3c485fd80576fa208c4f1e68b05a7;hpb=c67adbd07bb3dfd2d04f0f9a3cfe6cef56670ebd;p=project%2Ffirewall3.git diff --git a/iptables.h b/iptables.h index 96d71bf..872ee33 100644 --- a/iptables.h +++ b/iptables.h @@ -46,6 +46,7 @@ __ipt_module(icmp) \ __ipt_module(icmp6) \ __ipt_module(limit) \ + __ipt_module(connlimit) \ __ipt_module(mac) \ __ipt_module(mark) \ __ipt_module(set) \ @@ -142,6 +143,8 @@ void fw3_ipt_rule_src_dest(struct fw3_ipt_rule *r, void fw3_ipt_rule_sport_dport(struct fw3_ipt_rule *r, struct fw3_port *sp, struct fw3_port *dp); +void fw3_ipt_rule_device(struct fw3_ipt_rule *r, const char *device, bool out); + void fw3_ipt_rule_mac(struct fw3_ipt_rule *r, struct fw3_mac *mac); void fw3_ipt_rule_icmptype(struct fw3_ipt_rule *r, struct fw3_icmptype *icmp);