mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
arp: Generalize to common and add cache clearing.
This commit is contained in:
parent
1dd11b49e8
commit
74d42d3e02
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,13 @@
|
|||
|
||||
- Show current arp table:
|
||||
|
||||
`arp`
|
||||
`arp -a`
|
||||
|
||||
- Delete an entry:
|
||||
- Clear the entire cache:
|
||||
|
||||
`sudo arp -a -d`
|
||||
|
||||
- Delete a specific entry:
|
||||
|
||||
`arp -d {{address}}`
|
||||
|
Loading…
Add table
Reference in a new issue