developer | 2bf53a9 | 2022-06-06 12:08:58 +0800 | [diff] [blame] | 1 | diff --git a/source/MeshAgentSsp/cosa_mesh_apis.c b/source/MeshAgentSsp/cosa_mesh_apis.c |
| 2 | index c100dfd..a33b37e 100644 |
| 3 | --- a/source/MeshAgentSsp/cosa_mesh_apis.c |
| 4 | +++ b/source/MeshAgentSsp/cosa_mesh_apis.c |
| 5 | @@ -2497,7 +2497,7 @@ static void Mesh_SetDefaults(ANSC_HANDLE hThisObject) |
| 6 | if(Mesh_SysCfgGetStr("mesh_ovs_enable", out_val, sizeof(out_val)) != 0) |
| 7 | { |
| 8 | MeshInfo("Syscfg error, Setting OVS mode to default\n"); |
| 9 | - Mesh_SetOVS(false,true,true); |
| 10 | + Mesh_SetOVS(true,true,true); |
| 11 | } |
| 12 | else |
| 13 | { |