Page MenuHomeFreeBSD

Don't set if_linkmib for vlan(4).
ClosedPublic

Authored by markj on Jan 8 2019, 1:13 AM.
Tags
None
Referenced Files
F109028461: D18779.id52698.diff
Thu, Jan 30, 8:18 PM
F108988118: D18779.diff
Thu, Jan 30, 8:18 AM
F108972809: D18779.diff
Thu, Jan 30, 4:04 AM
Unknown Object (File)
Thu, Jan 23, 6:57 PM
Unknown Object (File)
Sat, Jan 18, 5:15 PM
Unknown Object (File)
Dec 14 2024, 8:15 PM
Unknown Object (File)
Oct 24 2024, 5:01 PM
Unknown Object (File)
Oct 24 2024, 4:37 PM
Subscribers

Details

Summary

It doesn't really make sense:

  • the structure being exported isn't a MIB,
  • the structure being exported is private to the kernel and always has been, and
  • no other drivers in widespread use implement a link-specific MIB.

Moreover, the IFDATA_LINKSPECIFIC interface allows a privileged user to
overwrite a bunch of internal state without any validation.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21877
Build 21123: arc lint + arc unit

Event Timeline

kp added a subscriber: kp.

LGTM.

This revision is now accepted and ready to land.Jan 8 2019, 8:14 AM
  • Also collapse ifv_linkmib into the parent structure.
This revision now requires review to proceed.Jan 8 2019, 5:02 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 9 2019, 4:47 PM
This revision was automatically updated to reflect the committed changes.