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.
Details
Details
- Reviewers
gowtham.kumar.ks_intel.com erj - Group Reviewers
Intel Networking - Commits
- R10:f9c8aed24422: ixl(4): Add ability to control link state on ifconfig down
R10:2b94bda05a6d: ixl(4): Add ability to control link state on ifconfig down
R10:21802a127d83: ixl(4): Add ability to control link state on ifconfig down
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
- 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.