arp: add link

This commit is contained in:
marchersimon
2021-03-31 12:56:05 +02:00
committed by Starbeamrainbowlabs
parent bd351f01b4
commit f06702a5bc
6 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
# arp
> Show and manipulate your system's ARP cache.
> More information: <https://man.archlinux.org/man/arp.8>.
- Show current arp table:
- Show the current ARP table:
`arp -a`
@@ -14,6 +15,6 @@
`arp -d {{address}}`
- Create an entry:
- Create an entry in the ARP table:
`arp -s {{address}} {{mac_address}}`