| #
d2de66a9
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
ng_socket: with getsockname() return node ID for unnamed node
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42691
|
| #
4064a110
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match siz
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match size of a node name. The value is pasted instead of including ng_message.h into ng_socket.h. This is external API and we want to keep it stable even if NG_NODESIZ is redefined in a kernel build.
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42690
show more ...
|
| #
367e8adb
|
| 20-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: start ng_socket test suite
Just one check now, check node name.
|
| #
d2de66a9
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
ng_socket: with getsockname() return node ID for unnamed node
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42691
|
| #
4064a110
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match siz
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match size of a node name. The value is pasted instead of including ng_message.h into ng_socket.h. This is external API and we want to keep it stable even if NG_NODESIZ is redefined in a kernel build.
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42690
show more ...
|
| #
367e8adb
|
| 20-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: start ng_socket test suite
Just one check now, check node name.
|
| #
d2de66a9
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
ng_socket: with getsockname() return node ID for unnamed node
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42691
|
| #
4064a110
|
| 28-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match siz
netgraph: increase size of sockaddr_ng to match maximum node name
The ng_socket(4) node already writes more than declared size of the struct at least in the in ng_getsockaddr(). Make size match size of a node name. The value is pasted instead of including ng_message.h into ng_socket.h. This is external API and we want to keep it stable even if NG_NODESIZ is redefined in a kernel build.
Reviewed by: afedorov Differential Revision: https://reviews.freebsd.org/D42690
show more ...
|
| #
367e8adb
|
| 20-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: start ng_socket test suite
Just one check now, check node name.
|