summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h2
1 files changed, 2 insertions, 0 deletions
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);