#
ff92493a |
| 17-May-2024 |
cnbatch <cnbatch@gmail.com> |
netlink: Fix C++ compile errors
Allow these files to be included in C++ programs with careful casting to the proper type, like C++ wants (and in a way that also works for C).
MFC After: 1 week Revi
netlink: Fix C++ compile errors
Allow these files to be included in C++ programs with careful casting to the proper type, like C++ wants (and in a way that also works for C).
MFC After: 1 week Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1245
show more ...
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
1377eb26 |
| 19-May-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: add IPv4/IPv6 attribute writers using in[6]_addr instead of sockaddrs.
MFC after: 2 weeks
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0 |
|
#
13781800 |
| 15-Mar-2023 |
Kristof Provost <kp@FreeBSD.org> |
carp: support unicast
Allow users to configure the address to send carp messages to. This allows carp to be used in unicast mode, which is useful in certain virtual configurations (e.g. AWS, VMWare
carp: support unicast
Allow users to configure the address to send carp messages to. This allows carp to be used in unicast mode, which is useful in certain virtual configurations (e.g. AWS, VMWare ESXi, ...)
Reviewed by: melifaro Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D38940
show more ...
|
#
da4047d3 |
| 09-Mar-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
fix buildworld after 595d23f777dc.
Reported by: se
|
#
76f6d391 |
| 09-Mar-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: add basic message writing support to snl(3).
Differential Revision: https://reviews.freebsd.org/D38947 MFC after: 2 weeks
|
#
6d7da7c8 |
| 12-Feb-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Revert "netlink: make netlink_snl(3) c++ friendly."
Was pushed accidentally.
This reverts commit 629d9219d931e63dc49ef046332b2a360e42a5f6.
|
#
629d9219 |
| 10-Feb-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: make netlink_snl(3) c++ friendly.
|
#
c89209c6 |
| 23-Dec-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: fix test-includes broken by f2c8381fce9b
Reported by: many
|
#
3e387541 |
| 23-Dec-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: make snl(3) headers self-contained.
|
#
f6f4ba0b |
| 23-Dec-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: fix netlink_snl_route.h header includes
|
#
f2c8381f |
| 18-Dec-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
netlink: add snl(3) - simple netlink library
Reviewed by: bapt, pauamma Differential Revision: https://reviews.freebsd.org/D37736
|