We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79472e3 commit 4bff5c6Copy full SHA for 4bff5c6
orchagent/main.cpp
@@ -297,10 +297,6 @@ int main(int argc, char **argv)
297
attr.value.ptr = (void *)on_port_state_change;
298
attrs.push_back(attr);
299
300
- attr.id = SAI_SWITCH_ATTR_BFD_SESSION_STATE_CHANGE_NOTIFY;
301
- attr.value.ptr = (void *)on_bfd_session_state_change;
302
- attrs.push_back(attr);
303
-
304
attr.id = SAI_SWITCH_ATTR_SHUTDOWN_REQUEST_NOTIFY;
305
attr.value.ptr = (void *)on_switch_shutdown_request;
306
0 commit comments