mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 19:42:07 +00:00
18 lines
307 B
Plaintext
18 lines
307 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ifstatus
|
|
|
|
> Display OpenWRT interface status in JSON format.
|
|
> More information: <https://openwrt.org/docs/techref/netifd>.
|
|
|
|
- Display interface status:
|
|
|
|
`ifstatus {{interface_name}}`
|
|
|
|
- Display help:
|
|
|
|
`ifstatus`
|