1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 16:35:37 +02:00

Merge pull request #748 from nevsan/arp2

arp: Generalize to common and add cache clearing.
This commit is contained in:
Leandro Ostera 2016-02-02 08:25:51 +01:00
commit fa2a2ba150

View file

@ -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}}`