On Mon, 13 Apr 2020 14:22:07 -0600 Tiffany Kalin wrote: > Hi, > > I am interested in bpfilter and I wanted to play around with it. I > installed the latest Linux kernel (make && make modules_install && > make install) with BPFILTER set to yes. > Following this video: https://www.youtube.com/watch?v=AfgwVya9Cog > I tried to run the bpfilter.ko, but it did not work. I could not do > modprobe nor insmod for bpfilter. Is there something I'm missing in > order to have bpfilter.ko run? Or is there a new way to run bpfilter? > Any guidance/help would be appreciated! Hey! I think that video was showing some out of tree patches and hacks. At the time there was hope that bpfilter will become a commonly used iptables to BPF translation layer, but unfortunately the effort haven't gone far beyond laying the groundwork. Maybe you are the person who will take it forward? :) FWIW there are also projects for doing such translation in user space, there are patches for OvS to generate XDP programs, libkefir from Netronome, and I think Red Hat was also working on something?