Merge branch 'Misch--arp-add-page'

waldyrious/alt-syntax
Ruben Vereecken 2016-01-21 12:56:35 +01:00
commit a52bb50c11
1 changed files with 15 additions and 0 deletions

15
pages/linux/arp.md Normal file
View File

@ -0,0 +1,15 @@
# arp
> Show and manipulate your system's ARP cache.
- Show current arp table:
`arp`
- Delete an entry:
`arp -d {{address}}`
- Create an entry:
`arp -s {{address}} {{mac address}}`