blob: 2fbdb31da7ebf4cffe7ae360137192c26d907ca1 [file] [log] [blame]
developer2bf53a92022-06-06 12:08:58 +08001diff --git a/source/MeshAgentSsp/cosa_mesh_apis.c b/source/MeshAgentSsp/cosa_mesh_apis.c
2index 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 {