mirror of
https://github.com/pi-hole/pi-hole.git
synced 2026-02-15 07:28:13 +00:00
Separate network flush and arp table flush functions (#6319)
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
This commit is contained in:
@@ -317,9 +317,10 @@ Switching Pi-hole subsystem branches
|
||||
Switch to core development branch
|
||||
.br
|
||||
|
||||
\fBpihole arpflush\fR
|
||||
\fBpihole networkflush\fR
|
||||
.br
|
||||
Flush information stored in Pi-hole's network tables
|
||||
Flush information stored in Pi-hole's network table
|
||||
Add '--arp' to additionally flush the ARP table
|
||||
.br
|
||||
|
||||
\fBpihole api stats/summary\fR
|
||||
|
||||
Reference in New Issue
Block a user