ip: add brief listing examples (#4352)

This commit is contained in:
Eckl, Máté
2020-10-06 13:12:54 +02:00
committed by GitHub
parent 5265ed31b3
commit 34bd24fc7b

View File

@@ -4,15 +4,23 @@
- List interfaces with detailed info:
`ip a`
`ip address`
- List interfaces with brief network layer info:
`ip -brief address`
- List interfaces with brief link layer info:
`ip -brief link`
- Display the routing table:
`ip r`
`ip route`
- Show neighbors (ARP table):
`ip n`
`ip neighbour`
- Make an interface up/down: