X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=iptables.h;h=872ee339ff0af01a2c6a46f82f8041e09c961156;hb=2f392a3b91c25c94abfc9a7862d908c923f7bf2b;hp=d0b42d89d358ed57553d4e75a30306e9b105a3d0;hpb=1097a30f1d08c54e9483fb47fd4f25033e86d90d;p=oweals%2Ffirewall3.git diff --git a/iptables.h b/iptables.h index d0b42d8..872ee33 100644 --- a/iptables.h +++ b/iptables.h @@ -143,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);