mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 13:15:31 +02:00
Merge pull request #748 from nevsan/arp2
arp: Generalize to common and add cache clearing.
This commit is contained in:
commit
fa2a2ba150
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,13 @@
|
||||||
|
|
||||||
- Show current arp table:
|
- 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}}`
|
`arp -d {{address}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue