Page MenuHomeFreeBSD

if_igc: Don't start in promiscious mode by default
ClosedPublic

Authored by hum_semihalf.com on Sep 15 2022, 11:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 8:49 AM
Unknown Object (File)
Thu, Sep 12, 3:39 AM
Unknown Object (File)
Mon, Sep 9, 8:49 AM
Unknown Object (File)
Sun, Sep 8, 4:54 AM
Unknown Object (File)
Sat, Sep 7, 10:03 PM
Unknown Object (File)
Sat, Sep 7, 4:59 PM
Unknown Object (File)
Wed, Aug 28, 11:43 PM
Unknown Object (File)
Wed, Aug 28, 11:43 PM
Subscribers

Details

Summary

The igc driver always sets the promiscious mode in the initialization
routine regardless the options passed from iflib. Fix this by checking
the interface flags and set mode appropriately.

Diff Detail

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