mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-12 20:18:34 +01:00
set config type to anywan if conntype is IP_Routed
This commit is contained in:
parent
a03ef7fec6
commit
101026e491
1 changed files with 1 additions and 1 deletions
|
|
@ -1335,7 +1335,7 @@ int set_wan_ip_link_connection_connection_type(char *refparam, struct dmctx *ctx
|
|||
else {
|
||||
if (strcmp(type, "bridge") == 0)
|
||||
set_bridge_layer2(ctx, "");
|
||||
type = "";
|
||||
type = "anywan";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue