mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-02 15:43:49 +01:00
WiFi.DataElements: Fix Mapping (use 'ts_enabled' instead of 'traffic_separation' option in mapcontroller global section)
This commit is contained in:
parent
28ed108048
commit
c57a926d36
1 changed files with 1 additions and 1 deletions
|
|
@ -5921,7 +5921,7 @@ static int operate_WiFiDataElementsNetwork_SetTrafficSeparation(char *refparam,
|
|||
}
|
||||
|
||||
string_to_bool(enable, &b);
|
||||
dmuci_set_value("mapcontroller", "controller", "traffic_separation", b ? "1" : "0");
|
||||
dmuci_set_value("mapcontroller", "controller", "ts_enabled", b ? "1" : "0");
|
||||
dmuci_save_package("mapcontroller");
|
||||
dmubus_call_set("uci", "commit", UBUS_ARGS{{"config", "mapcontroller", String}}, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue