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:
parent
117ce65459
commit
ae8a46a3e2
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`ip r`
|
||||
|
||||
- Show neighbors (ARP table):
|
||||
|
||||
`ip n`
|
||||
|
||||
- Make an interface up/down:
|
||||
|
||||
`ip link set {{interface}} up/down`
|
||||
|
|
Loading…
Add table
Reference in a new issue