Skip to content

Commit

Permalink
RDKB-57103:Observed WAN going down in CPE , 7 mins after FR (#64)
Browse files Browse the repository at this point in the history
Reason for change: Observed WAN going down in CPE , 7 mins after FR and continuous
                   flooding of "TRANSITION REFRESHING WAN" events seen in logs
Test Procedure:
1.)Test MAPT Line with FR.
Risks: High
Priority: P1
Signed-off-by: kulvendra singh <[email protected]>
  • Loading branch information
kul2241 authored Oct 16, 2024
1 parent 4543110 commit b59325f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/WanManager/wanmgr_interface_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3924,6 +3924,8 @@ static eWanState_t wan_state_refreshing_wan(WanMgr_IfaceSM_Controller_t* pWanIfa
p_VirtIf->Enable == FALSE ||
pInterface->BaseInterfaceStatus != WAN_IFACE_PHY_STATUS_UP)
{
p_VirtIf->Reset = FALSE;
p_VirtIf->VLAN.Reset = FALSE;
p_VirtIf->VLAN.Expired = FALSE; //Reset VLAN.Expired
return wan_transition_physical_interface_down(pWanIfaceCtrl);
}
Expand Down

0 comments on commit b59325f

Please sign in to comment.