diff --git a/pages/linux/arp.md b/pages/linux/arp.md index 335bcff080..0e2680a714 100644 --- a/pages/linux/arp.md +++ b/pages/linux/arp.md @@ -1,19 +1,15 @@ # arp -> Show and manipulate your system's ARP cache +> Show and manipulate your system's ARP cache. -- Show current arp table +- Show current arp table: `arp` -- Delete an entry +- Delete an entry: `arp -d {{address}}` -- Create an entry +- Create an entry: `arp -s {{address}} {{mac address}}` - -- Turn arp off or on - -`ip link set arp {{off|on}} dev {{interface}}`