From 07bac2b5f4e58c9873506eab2a18227b14da2b8b Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Fri, 25 Nov 2016 13:27:46 +0800 Subject: [PATCH] Update fw_iptables.h --- src/fw_iptables.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/fw_iptables.h b/src/fw_iptables.h index ecfc4fd..7a55503 100644 --- a/src/fw_iptables.h +++ b/src/fw_iptables.h @@ -130,5 +130,11 @@ void iptables_fw_clear_untrusted_maclist(void); void iptables_fw_save_online_clients(void); void iptables_fw_set_mac_temporary(const char *, int); + +void update_trusted_mac_status(t_trusted_mac *tmac); + +void __get_client_name(t_client *client); + +void add_mac_to_ipset(const char *name, const char *mac, int timeout); //<<< liudf added end #endif /* _IPTABLES_H_ */