Skip to content

Commit

Permalink
ip: add an example for neighbors (tldr-pages#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and sbrl committed Jul 16, 2018
1 parent 117ce65 commit ae8a46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/linux/ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

`ip r`

- Show neighbors (ARP table):

`ip n`

- Make an interface up/down:

`ip link set {{interface}} up/down`
Expand Down

0 comments on commit ae8a46a

Please sign in to comment.