XDP-Firewall
XDP-Firewall copied to clipboard
Use with other projects
Hi How can I use this firewall with other XDP projects?
[2] Raising RLimit...
[2] Loading XDP/BPF program at '/etc/xdpfw/xdp_prog.o'...
libbpf: elf: skipping unrecognized data section(8) .xdp_run_config
libbpf: elf: skipping unrecognized data section(9) xdp_metadata
[4] Retrieving interface index for 'wlo1'...
[3] Interface index for 'wlo1' => 2.
[2] Attaching XDP program to interface 'wlo1'...
libbpf: elf: skipping unrecognized data section(7) xdp_metadata
libxdp: Existing program is not using a dispatcher, can't replace; unload first
libbpf: elf: skipping unrecognized data section(7) xdp_metadata
libxdp: Existing program is not using a dispatcher, can't replace; unload first
[0] [WARNING] Failed to attach XDP program to interface 'wlo1' using available modes (1).
[0] [ERROR] Failed to attach XDP program to any configured interfaces.
I need to use this XDP firewall in front of my L4 load balancer. I'm using Facebook's Katran
I'm also looking for something similar to what you're currently experiencing. I have a web server running in the kernel that conflicts with the one used in this project, and I'm quite frustrated by this problem.