arp, arp-scan: add French translation (#8261)

This commit is contained in:
Nicolas Hansse
2022-07-28 21:11:03 +02:00
committed by GitHub
parent a81d36d37f
commit 4b3b3002de
2 changed files with 40 additions and 0 deletions

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

@@ -0,0 +1,20 @@
# arp
> Affiche et manipule votre cache système ARP.
> Plus d'informations : <https://manned.org/arp>.
- Affiche la table ARP courante :
`arp -a`
- Nettoie le cache :
`sudo arp -a -d`
- Supprime une entrée spécifique :
`arp -d {{adresse}}`
- Crée une entré dans la table ARP:
`arp -s {{adresse}} {{adresse_mac}}`