Thomas Haller
Thomas Haller
Are there more details?
That explanation is not sufficient (for me). I don't see how that's the case. The code is [here](https://github.com/thom311/libnl/blob/cbafad9ddf24caef5230fef715d34f0539603be0/lib/attr.c#L244). In particular, `nla_for_each_attr()` calls `nla_ok()`, which checks the length. Might it be...
This happened between libnl3_2_20 and libnl3_2_21. These functions were not supposed to be public API. I agree that it might make sense to expose more functionality here, but this would...
sorry, I don't have access to the website and cannot change it.
> @thom311: Who can update the website? I think @tgraf can.
releases get announced on the mailing list. See the last release announcement here: http://lists.infradead.org/pipermail/libnl/2022-July/002416.html The tarballs are on github. Of course, you can also check the tags in git or...
> @thom311: Can you update the website because we can see: No I cannot. As I said, I don't have access to that website...
Yes, that is a known issue. I wouldn't call it "design" though. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1337860 https://bugzilla.redhat.com/show_bug.cgi?id=1337855 Roopa Prabhu sent a patches to the mailing list in November 2015. But for...
For what it's worth, I think NetworkManager handles this correctly. See - [comparison for IPv4 routes](https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/platform/nm-platform.c?id=6cf28fe2c0b1969a785c687bc3646d60cfce49e1#n7469) - [comparison for IPv6 routes](https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/platform/nm-platform.c?id=6cf28fe2c0b1969a785c687bc3646d60cfce49e1#n7636) On top of that, NetworkManager's route cache is a...
yes, this should be explained in a README. For what it's worth, this is the common procedure how to build autotools based software. If you are familar with that, it...