Revision tags: release/14.0.0 |
|
#
b3e76948 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0 |
|
#
40e04359 |
| 07-Mar-2023 |
Kristof Provost <kp@FreeBSD.org> |
carp: add netlink interface
Allow carp configuration information to be supplied and retrieved via netlink.
Reviewed by: melifaro Sponsored by: Rubicon Communications, LLC ("Netgate") Differential R
carp: add netlink interface
Allow carp configuration information to be supplied and retrieved via netlink.
Reviewed by: melifaro Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D39048
show more ...
|
Revision tags: release/12.4.0 |
|
#
09703627 |
| 04-Sep-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
libifconfig: Correct some typos in source code comments
- s/occured/occurred/ - s/the the/the/
MFC after: 3 days
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, 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 <asomers@FreeBSD.org> |
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 |
|
#
b39c8b65 |
| 04-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305394 through r305396.
|
#
9a2ff315 |
| 04-Sep-2016 |
Kristof Provost <kp@FreeBSD.org> |
libifconfig: style(9) fixes
Also switch from BSD 3-clause to 2-clause license where possible, and consolidate duplicate 3-clause license into one.
Submitted by: Marie Helene Kvello-Aune <mariehelen
libifconfig: style(9) fixes
Also switch from BSD 3-clause to 2-clause license where possible, and consolidate duplicate 3-clause license into one.
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Reviewed by: cem, kp Differential Revision: https://reviews.freebsd.org/D7764
show more ...
|
#
637cce3a |
| 03-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r305314
|
#
2aeb0380 |
| 02-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305220 through r305300.
|
#
ec214349 |
| 02-Sep-2016 |
Kristof Provost <kp@FreeBSD.org> |
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 <marieheleneka@gmail.com> Differential Revision: https://reviews.freebsd.org/D7742 Reviewed by: cem, kp
show more ...
|