mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-19 16:48:14 +02:00
This PR updates the function flushing the network tables and the ARP table. It separates the two, renaming the whole function to networkflush and makes flushing ARP optional by appending --arp. Deletion of the network table is now done via FTL's /action/flush/arp endpoint. Documentation: https://github.com/pi-hole/docs/pull/1253 Related PR in the FTL repo: https://github.com/pi-hole/FTL/pull/2541