mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 01:43:17 +00:00
14 lines
278 B
Plaintext
14 lines
278 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}}`
|