Skip to content

Commit b51f7fd

Browse files
authored
Merge pull request #102 from rdkcentral/bugfix/TCXB7-7030
TCXB7-7030: TXB7s in 2BOX setup failing activation in WAN Mode: Auto
2 parents 3a3dfe2 + a8a294d commit b51f7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-arm/TR-181/board_sbapi/cosa_x_cisco_com_devicecontrol_apis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ void* restoreAllDBs(void* arg)
20452045
v_secure_system("touch /nvram/brcm_wifi_factory_reset");
20462046
#endif
20472047

2048-
#if defined (_XB10_PRODUCT_REQ_)
2048+
#if defined (_XB10_PRODUCT_REQ_) || defined(WAN_MANAGER_UNIFICATION_ENABLED) //If Wan unification is enabled. clear the ethwan flags on FR. The Wan Manager should configure this based on the scanning policy.
20492049
v_secure_system("rm -f /nvram/ethwan_interface");
20502050
v_secure_system("rm -f /nvram/ETHWAN_ENABLE");
20512051
v_secure_system("syscfg set selected_wan_mode 2");

0 commit comments

Comments
 (0)