mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-18 03:41:43 +00:00
![]() Since netlink messages are in host byte order, shipping a pre-generated
nlmsg blob won't suffice on systems with different endianness. Therefore
generate the blob at runtime, so it's content fits the hosts endianness.
Note that the generated message will contain only a single interface
featuring two VFs instead of the full list before. Yet this is
sufficient, as it triggers the crash with iproute versions prior to
commit
|
||
---|---|---|
.. | ||
generate_nlmsg.c | ||
Makefile |