We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 514cfef + 05a3558 commit 25d16b3Copy full SHA for 25d16b3
orchagent/neighorch.cpp
@@ -90,7 +90,7 @@ bool NeighOrch::addNextHop(IpAddress ipAddress, string alias)
90
// flag Should be set on it.
91
// This scenario may happen under race condition where buffered neighbor event
92
// is processed after incoming port is down.
93
- if (p.m_oper_status != SAI_PORT_OPER_STATUS_UP)
+ if (p.m_oper_status == SAI_PORT_OPER_STATUS_DOWN)
94
{
95
if (setNextHopFlag(ipAddress, NHFLAGS_IFDOWN) == false)
96
0 commit comments