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)
Sun, Apr 14, 10:42 AM
Unknown Object (File)
Mon, Apr 8, 12:49 PM
Unknown Object (File)
Jan 12 2024, 12:00 AM
Unknown Object (File)
Dec 24 2023, 1:41 PM
Unknown Object (File)
Dec 20 2023, 8:25 AM
Unknown Object (File)
Dec 13 2023, 1:07 PM
Unknown Object (File)
Dec 10 2023, 7:56 PM
Unknown Object (File)
Oct 31 2023, 6:53 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