Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: 3a6bbe507803e1083be3e814784a7dd768ea7416
https://github.com/kronosnet/kronosnet/commit/3a6bbe507803e1083be3e814784a7…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M libknet/links.c
Log Message:
-----------
[link] Only copy the valid part of a sockaddr in link_get_config()
The Rust API seems to be the only casualty of copying a whole
sockaddr_storage but this doesn't seem to be an ABI breaker,
especially since the recent FreeBSD changes...
Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: f75d03e7cf60046bb0923bd1f84a173f225b370f
https://github.com/kronosnet/kronosnet/commit/f75d03e7cf60046bb0923bd1f84a1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M libknet/bindings/rust/Makefile.am
M libnozzle/bindings/rust/Makefile.am
Log Message:
-----------
[build] make sure to ship README files
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>