Page MenuHomeFreeBSD

netlink: improve interface handling
ClosedPublic

Authored by melifaro on Dec 10 2022, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 14, 9:01 PM
Unknown Object (File)
Sat, Feb 8, 11:41 PM
Unknown Object (File)
Jan 23 2025, 9:25 AM
Unknown Object (File)
Dec 24 2024, 3:54 AM
Unknown Object (File)
Nov 30 2024, 8:54 PM
Unknown Object (File)
Nov 15 2024, 3:30 AM
Unknown Object (File)
Nov 15 2024, 1:14 AM
Unknown Object (File)
Oct 3 2024, 6:57 PM
Subscribers

Details

Summary
  • Separate interface creation from interface modification code
  • Support setting some interface attributes (ifdescr, mtu, up/down, promisc)
  • Improve interaction with the cloners requiring to parse/write custom interface attributes
  • Add bitmask-based way of checking if the attribute is present in the

message

  • Don't use multipart RTM_GETLINK replies when searching for the

specific interface names

  • Use ENODEV instead of ENOENT in case of failed RTM_GETLINK search
  • Add python netlink test helpers
  • Add first netlink interface tests

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Dec 14 2022, 7:53 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.