Closed stappersg closed 1 year ago
FYI: In https://github.com/rust-netlink/genetlink/issues/7 is confirmed that this is work in progress.
Screenshot of a git bisect
stappers@juli:~/src/rust/netlink-proto
$ git bisect good
Bisecting: 0 revisions left to test after this (roughly 1 step)
[fb0bc8f7ca2618de1539969c1d4adb1ef10f5ee7] New release 0.11.2
stappers@juli:~/src/rust/netlink-proto
$ git bisect bad
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[7e6685c9906a8c301c2da046f9f60bbdb41c1a1b] Use netlink-packet-core 0.7.0
stappers@juli:~/src/rust/netlink-proto
$ git bisect bad
7e6685c9906a8c301c2da046f9f60bbdb41c1a1b is the first bad commit
commit 7e6685c9906a8c301c2da046f9f60bbdb41c1a1b
Author: Gris Ge <fge@redhat.com>
Date: Sun Jul 9 15:42:53 2023 +0800
Use netlink-packet-core 0.7.0
Signed-off-by: Gris Ge <fge@redhat.com>
Cargo.toml | 2 +-
src/connection.rs | 18 +++++++++++++++---
2 files changed, 16 insertions(+), 4 deletions(-)
stappers@juli:~/src/rust/netlink-proto
$
And that is what #16 is probably about.
Link to commit 7e6685c9906a8c (the commit that I found with git bisect)
Closing this cross reference issue because the original issue is fixed.
A cross reference to https://github.com/rust-netlink/genetlink/issues/7 which is about