Add /api/action/flush/arp flushing both the network and network_addresses tables in pihole-FTL.db

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-05-24 20:47:51 +02:00
parent 3b404ff9a0
commit b5a6ae44aa
7 changed files with 67 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ int api_action_poweroff(struct ftl_conn *api);
int api_action_reboot(struct ftl_conn *api);
int api_action_restartDNS(struct ftl_conn *api);
int api_action_flush_logs(struct ftl_conn *api);
int api_action_flush_arp(struct ftl_conn *api);
// Search methods
int api_search(struct ftl_conn *api);