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
- rG643f587c95dd: ixl(4): Add ability to control link state on ifconfig down
rGf9c8aed24422: ixl(4): Add ability to control link state on ifconfig down
rG2b94bda05a6d: ixl(4): Add ability to control link state on ifconfig down
rG21802a127d83: ixl(4): Add ability to control link state on ifconfig down
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36005 Build 32894: arc lint + arc unit
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.