arp: add German translation (#9998)

* arp.md: add German translation

* Update pages.de/common/arp.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages.de/common/arp.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages.de/common/arp.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages.de/common/arp.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages.de/common/arp.md

Co-authored-by: pixel <pixel+github@chrissx.de>

---------

Co-authored-by: pixel <pixel+github@chrissx.de>
pull/23/head
Slotharmy 2023-05-16 14:41:21 +02:00 committed by GitHub
parent 4ab42b61ff
commit 9788ecc8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.de/common/arp.md Normal file
View File

@ -0,0 +1,20 @@
# arp
> Den ARP Cache des Systems anzeigen und manipulieren.
> Weitere Informationen: <https://manned.org/arp>.
- Zeige die aktuelle ARP Tabelle an:
`arp -a`
- Leere den gesamten Cache:
`sudo arp -a -d`
- Lösche einen spezifischen Eintrag in der Tabelle:
`arp -d {{addresse}}`
- Erstelle einen Eintrag in der ARP Tabelle:
`arp -s {{adresse}} {{mac_adresse}}`