Linking does not create any useful stuff. ELF object file that contains
BPF programs are already generated before the linking step so it is okay
to ignore the linking procedure.
Instead of executing ld to link BPF programs, run the true command to
do nothing successfully.
Linking does not create any useful stuff. ELF object file that contains BPF programs are already generated before the linking step so it is okay to ignore the linking procedure.
Instead of executing ld to link BPF programs, run the
true
command to do nothing successfully.Signed-off-by: Junyeong Jeong rhdxmr@gmail.com