Page MenuHomeFreeBSD

ixl(4): Add ability to control link state on ifconfig down
ClosedPublic

Authored by krzysztof.galazka_intel.com on Jan 7 2021, 8:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 8:34 AM
Unknown Object (File)
Thu, Oct 31, 7:24 AM
Unknown Object (File)
Sep 30 2024, 7:47 AM
Unknown Object (File)
Sep 13 2024, 2:33 AM
Unknown Object (File)
Sep 8 2024, 12:48 PM
Unknown Object (File)
Sep 8 2024, 8:46 AM
Unknown Object (File)
Sep 8 2024, 7:42 AM
Unknown Object (File)
Sep 4 2024, 11:22 AM
Subscribers

Details

Summary

Add sysctl link_active_on_if_down, which allows user to control
if interface is kept in active state when it is brought
down with ifconfig. Set it to enabled by default to preserve
backwards compatibility.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Fix unqualified transceivers reporting

Driver was showing false positive messages about unqualified transceiver when link_active_on_if_down sysctl was set to 0 and link state changed to down.

This revision is now accepted and ready to land.Jan 20 2021, 7:35 AM