Skip to content

n-acd: using ebpf is decided at runtime

Vojtech Bubela requested to merge vbubela/NetworkManager:fix-eBPF into main

Modify n-acd library to use ebpf whenever it is possible. This is done by always making a sys_call for bpf resources. If this call fails program continues to run normally the only difference is that ebpf is not used.

Merge request reports