We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6627140 commit e79cd50Copy full SHA for e79cd50
orchagent/nexthopgroupkey.h
@@ -33,6 +33,7 @@ class NextHopGroupKey
33
34
NextHopGroupKey(const std::string &nexthops, const std::string &weights)
35
{
36
+ m_overlay_nexthops = false;
37
std::vector<std::string> nhv = tokenize(nexthops, NHG_DELIMITER);
38
std::vector<std::string> wtv = tokenize(weights, NHG_DELIMITER);
39
for (uint32_t i = 0; i < nhv.size(); i++)
0 commit comments