libifconfig: multiple feature additionsAdded the ability to:* Create virtual interfaces* Create vlan interfaces* Get interface fib* Get interface groups* Get interface status* Get nd6 info*
libifconfig: multiple feature additionsAdded 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* Iterate over all interfaces and ifaddrsAnd add more examples, too.Note that this is a backwards-incompatible change. But that's ok, because it'sa private library.MFC after: 3 weeksSponsored by: Spectra Logic CorpDifferential Revision: https://reviews.freebsd.org/D14463
show more ...
libifconfig: style(9) fixesAlso switch from BSD 3-clause to 2-clause license where possible, andconsolidate duplicate 3-clause license into one.Submitted by: Marie Helene Kvello-Aune <mariehelen
libifconfig: style(9) fixesAlso switch from BSD 3-clause to 2-clause license where possible, andconsolidate duplicate 3-clause license into one.Submitted by: Marie Helene Kvello-Aune <[email protected]>Reviewed by: cem, kpDifferential Revision: https://reviews.freebsd.org/D7764
Renaming libifc to libifconfig in response to feedback on initial commit ofthis library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix)should reduce chances of namespace collisions,
Renaming libifc to libifconfig in response to feedback on initial commit ofthis library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix)should reduce chances of namespace collisions, make it more clear what thelibrary does, and be more in line with existing libraries.Submitted by: Marie Helene Kvello-Aune <[email protected]>Differential Revision: https://reviews.freebsd.org/D7742Reviewed by: cem, kp