Kaynağa Gözat

arp: Generalize to common and add cache clearing.

Nevada Sanchez 9 yıl önce
ebeveyn
işleme
74d42d3e02
1 değiştirilmiş dosya ile 6 ekleme ve 2 silme
  1. 6 2
      pages/common/arp.md

+ 6 - 2
pages/linux/arp.md → pages/common/arp.md

@@ -4,9 +4,13 @@
 
 - Show current arp table:
 
-`arp`
+`arp -a`
 
-- Delete an entry:
+- Clear the entire cache:
+
+`sudo arp -a -d`
+
+- Delete a specific entry:
 
 `arp -d {{address}}`