]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/bpf-foreign.c
bpf-foreign: if one program fails, still load the next
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2023 11:04:59 +0000 (13:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2023 11:04:59 +0000 (13:04 +0200)
commitf81450f2415f8fd77fc8edb3b4baab966aefa9fd
tree51149332dd2a8543aa2589f82d40a69b77e1e6ed
parentd512831a3ec93f6f29ccb21cb68f416114270840
bpf-foreign: if one program fails, still load the next

Let's make sure that if we load one program we don't prematurely fail,
and continue with the others still.
src/core/bpf-foreign.c