arp: add link
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
bd351f01b4
commit
f06702a5bc
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user