-
Notifications
You must be signed in to change notification settings - Fork 2
mwan3
GitHub Action edited this page Jul 20, 2026
·
1 revision
The MWAN3 feature reads and updates the standard OpenWrt MWAN3 multi-WAN configuration through services. Use this when your router is configured with the upstream MWAN3 package rather than the GL.iNet-native KMWAN.
To enable this feature, check the MWAN3 option under Enabled Features in the integration configuration or options flow.
-
Option key:
mwan3
The following services are registered under the glinet_router domain when the MWAN3 feature is enabled:
Retrieves the current MWAN3 configuration from the router. Supports response data.
| Field | Type | Required | Description |
|---|---|---|---|
mac |
string | No | Target a specific router by MAC address. |
Retrieves the current MWAN3 interface status. Supports response data.
| Field | Type | Required | Description |
|---|---|---|---|
mac |
string | No | Target a specific router by MAC address. |
Updates the MWAN3 configuration.
| Field | Type | Required | Description |
|---|---|---|---|
config |
object | Yes | New MWAN3 configuration. |
mac |
string | No | Target a specific router by MAC address. |
Updates a single MWAN3 interface.
| Field | Type | Required | Description |
|---|---|---|---|
interface |
object | Yes | Interface definition to update. |
mac |
string | No | Target a specific router by MAC address. |
- KMWAN — GL.iNet's preferred multi-WAN policy engine.
- Router API Notes — Endpoints, authentication, and module inventory.