mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-12-11 10:51:39 +08:00
886f2c43b5
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 8c29ae7cc2
("ip link: Fix crash on older kernels when show VF
dev").
Signed-off-by: Phil Sutter <phil@nwl.cc>
51 lines
551 B
Plaintext
51 lines
551 B
Plaintext
static-syms.h
|
|
config.*
|
|
Config
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*~
|
|
\#*#
|
|
|
|
# cscope
|
|
cscope.*
|
|
ncscope.*
|
|
tags
|
|
TAGS
|
|
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
!.gitignore
|
|
!.mailmap
|
|
|
|
# for patch generation
|
|
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# for quilt
|
|
.pc
|
|
patches
|
|
series
|
|
|
|
# for gdb
|
|
.gdbinit
|
|
.gdb_history
|
|
*.gdb
|
|
|
|
# tests
|
|
testsuite/results
|
|
testsuite/iproute2/iproute2-this
|
|
testsuite/tools/generate_nlmsg
|
|
testsuite/tests/ip/link/dev_wo_vf_rate.nl
|
|
|
|
# doc files generated at runtime
|
|
doc/*.aux
|
|
doc/*.log
|
|
doc/*.toc
|
|
doc/*.ps
|
|
doc/*.dvi
|
|
doc/*.html
|
|
doc/*.pdf
|
|
doc/*.out
|