Skip to content

Commit

Permalink
cleanup: reduce noisiness of probeBondSocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeather-amd committed Sep 24, 2024
1 parent 7ce8c52 commit 5605a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/ptp/ptpd2/dep/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,8 @@ netInit(struct ptpd_transport * transport, InterfaceOpts * ifOpts, PtpInterface
ifOpts->monitoringAclOrder);
}

probeBondSocks(transport);
if (ifOpts->use_lacp_bypass & SFPTPD_BOND_BYPASS_USE_SOCKPOOL)
probeBondSocks(transport);

return TRUE;
}
Expand Down
2 changes: 0 additions & 2 deletions src/ptp/ptpd2/sfptpd_lacp.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ void probeBondSocks(struct ptpd_transport *transport)
.msg_controllen = 0
};

TRACE_L3("LACP bypass: resolving multicast port-ifindex mapping\n");

transport->multicastBondSocksLen = 0;

/* Short verion of `copyAddress` and `copyPort`, not worth
Expand Down

0 comments on commit 5605a7b

Please sign in to comment.