We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7e20a commit ac63f6fCopy full SHA for ac63f6f
orchagent/intfsorch.cpp
@@ -60,7 +60,6 @@ static const vector<sai_router_interface_stat_t> rifStatIds =
60
// Translation of loopback action from string to sai type
61
const unordered_map<string, loopback_action_e> IntfsOrch::m_loopback_action_map =
62
{
63
- {"none", LOOPBACK_ACTION_NONE},
64
{"drop", LOOPBACK_ACTION_DROP},
65
{"forward", LOOPBACK_ACTION_FORWARD},
66
};
0 commit comments