set config type to anywan if conntype is IP_Routed

This commit is contained in:
Sukru Senli 2015-12-09 16:20:57 +01:00
parent a03ef7fec6
commit 101026e491

View file

@ -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