Skip to content

Commit

Permalink
Enable slow timeout from start to avoid dangling lines. (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Mika Juvonen <[email protected]>
  • Loading branch information
mikajuvonen67 and Mika Juvonen authored Apr 18, 2023
1 parent a9a3f88 commit 709eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamd/teamd_lw_ttdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ static int lw_ttdp_port_added(struct teamd_context *ctx,

//teamd_loop_callback_enable(ctx, TTDP_PERIODIC_FAST_TIMEOUT_CB_NAME, ttdp_ppriv);

//teamd_loop_callback_enable(ctx, TTDP_PERIODIC_SLOW_TIMEOUT_CB_NAME, ttdp_ppriv);
teamd_loop_callback_enable(ctx, TTDP_PERIODIC_SLOW_TIMEOUT_CB_NAME, ttdp_ppriv);


/* This one we only add - it gets set up when needed upon link status change */
Expand Down

0 comments on commit 709eeda

Please sign in to comment.