|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
b1d757bc |
| 23-Feb-2018 |
Alan Somers <[email protected]> |
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 *
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 * Iterate over all interfaces and ifaddrs
And add more examples, too.
Note that this is a backwards-incompatible change. But that's ok, because it's a private library.
MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D14463
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
| #
567de0da |
| 11-Sep-2016 |
Allan Jude <[email protected]> |
Mark libifconfig as private until the API/ABI is stable
libifconfig is still experimental and under active development. To avoid making any ABI promises, mark the library as private
Suggested by: b
Mark libifconfig as private until the API/ABI is stable
libifconfig is still experimental and under active development. To avoid making any ABI promises, mark the library as private
Suggested by: bapt Reviewed by: kp
show more ...
|
| #
ec214349 |
| 02-Sep-2016 |
Kristof Provost <[email protected]> |
Renaming libifc to libifconfig in response to feedback on initial commit of this 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 of this library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix) should reduce chances of namespace collisions, make it more clear what the library does, and be more in line with existing libraries.
Submitted by: Marie Helene Kvello-Aune <[email protected]> Differential Revision: https://reviews.freebsd.org/D7742 Reviewed by: cem, kp
show more ...
|