Skip to content

Commit

Permalink
Merge branch 'main' into SHARMAN-2786-lease
Browse files Browse the repository at this point in the history
  • Loading branch information
kul2241 authored Oct 15, 2024
2 parents c225d5b + 4543110 commit 6caa59a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/WanManager/wanmgr_sysevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,10 @@ ANSC_STATUS wanmgr_services_restart()
#ifdef SNMPV3_ENABLED
wanmgr_snmpv3_restart();
#endif // SNMPV3_ENABLED

#ifdef _CBR2_PRODUCT_REQ_
v_secure_system("sh /etc/network_response.sh &");
#endif // _CBR2_PRODUCT_REQ_
return ANSC_STATUS_SUCCESS;
}

Expand Down

0 comments on commit 6caa59a

Please sign in to comment.