mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-08 11:57:37 +08:00
Update fw_iptables.h
This commit is contained in:
parent
cd2391e830
commit
07bac2b5f4
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user