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