Skip to content

Commit

Permalink
Force tlm_teamd to connect using usock method only (sonic-net#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored Oct 24, 2020
1 parent 3142693 commit 495816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlm_teamd/teamdctl_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ bool TeamdCtlMgr::try_add_lag(const std::string & lag_name)

teamdctl_set_log_fn(tdc, &teamdctl_log_function);

int err = teamdctl_connect(tdc, lag_name.c_str(), nullptr, nullptr);
int err = teamdctl_connect(tdc, lag_name.c_str(), nullptr, "usock");
if (err)
{
if (attempt != 0)
Expand Down

0 comments on commit 495816d

Please sign in to comment.