1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 00:35:33 +02:00

ip: add an example for neighbors (#2197)

This commit is contained in:
Felix Yan 2018-07-16 23:00:02 +08:00 committed by Starbeamrainbowlabs
parent 117ce65459
commit ae8a46a3e2

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`