arp: add link

manned-org
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,6 +1,7 @@
# arp
> Mostra e gestisci la cache ARP di sistema.
> Maggiori informazioni: <https://man.archlinux.org/man/arp.8>.
- Mostra la tabella ARP corrente:

View File

@ -1,6 +1,7 @@
# arp
> 시스템의 ARP 캐시 표시 및 조작.
> 더 많은 정보: <https://man.archlinux.org/man/arp.8>.
- 현재 arp 테이블을 보여줍니다:

View File

@ -1,6 +1,7 @@
# arp
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
> Więcej informacji: <https://man.archlinux.org/man/arp.8>.
- Pokaż bieżącą tabelę arp:

View File

@ -1,6 +1,7 @@
# arp
> Mostrar e manipular a cache ARP do sistema.
> Mais informações: <https://man.archlinux.org/man/arp.8>.
- Mostrar a tabela arp atual:

View File

@ -1,6 +1,7 @@
# arp
> 显示和操作系统的 ARP 缓存.
> 更多信息: <https://man.archlinux.org/man/arp.8>.
- 显示当前的 ARP 表:

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