1
0
Fork 0
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:
Nevada Sanchez 2016-01-29 14:24:36 -05:00
parent 1dd11b49e8
commit 74d42d3e02

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