Mentions légales du service

Skip to content

[network] fix interfaces' rate detection (caused by ip link set down)

Samir Noir requested to merge bugs/#12696 into master

For some cards model, putting down an interface was causing trouble to detect the rate of other interface(s) on the same card. By putting down interfaces only after processing all of them, the problem disappear.

Merge request reports