Page MenuHomeFreeBSD

libifconfig: multiple feature additions
ClosedPublic

Authored by asomers on Feb 21 2018, 9:00 PM.
Tags
None
Referenced Files
F157195291: D14463.id.diff
Tue, May 19, 5:40 AM
F157195280: D14463.id.diff
Tue, May 19, 5:40 AM
F157195268: D14463.id.diff
Tue, May 19, 5:40 AM
Unknown Object (File)
Mon, May 18, 7:00 PM
Unknown Object (File)
Mon, May 18, 5:13 PM
Unknown Object (File)
Fri, May 15, 4:18 AM
Unknown Object (File)
Fri, Apr 24, 6:49 AM
Unknown Object (File)
Fri, Apr 24, 6:09 AM

Details

Summary

libifconfig: multiple feature additions

Added the ability to:

  • Create virtual interfaces
  • Create vlan interfaces
  • Get interface fib
  • Get interface groups
  • Get interface status
  • Get nd6 info
  • Get media status
  • Get additional ifaddr info in a convenient struct
  • Get vhids
  • Get carp info
  • Get lagg and laggport status
  • Add functions for looping over all interfaces and ifaddrs
  • Add more examples

Note that this is a backwards-incompatible change. But that's ok, because it's
a private library.

Test Plan

Running at $WORK with proprietary client

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Due to time constraints on my end, I intend to commit within 48 hours unless a reviewer raises major issues.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 23 2018, 3:11 AM
This revision was automatically updated to reflect the committed changes.

For the record, this PR is based on the content at https://github.com/Savagedlight/libifconfig/pull/46 . IMHO, all new libifconfig development should continue in SVN in the FreeBSD tree.

For that to happen the original author will need a commit bit, which I'll be more than happy to mentor.