Skip to content
  • Vojtech Bubela's avatar
    n-acd: using ebpf is decided at runtime · 5a06a3e7
    Vojtech Bubela authored
    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.
    
    Edit the test for bpf map to only run when bpf map is successfully
    created.
    5a06a3e7