arp: add Chinese translation

This commit is contained in:
Starccy 2019-02-25 19:14:15 +08:00 committed by Agniva De Sarker
parent dc13a4b7b8
commit 7650cf7746

19
pages.zh/common/arp.md Normal file
View File

@ -0,0 +1,19 @@
# arp
> 显示和操作系统的ARP缓存.
- 显示当前的ARP表:
`arp -a`
- 清除整个缓存:
`sudo arp -a -d`
- 删除特定条目:
`arp -d {{address}}`
- 创建指定条目:
`arp -s {{address}} {{mac_address}}`