ip: add an example for neighbors (#2197)

italian
Felix Yan 2018-07-16 23:00:02 +08:00 committed by Starbeamrainbowlabs
parent 117ce65459
commit ae8a46a3e2
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
`ip r`
- Show neighbors (ARP table):
`ip n`
- Make an interface up/down:
`ip link set {{interface}} up/down`