diff --git a/README.md b/README.md index 2e2c309..8ea5849 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ libbpf: failed to load object '/etc/xdpfw/xdpfw_kern.o' **Note** - It looks like BPF while/for loop [support](https://lwn.net/Articles/794934/) was added in kernel 5.3. Therefore, you'll need kernel 5.3 or above for this program to run properly. ## Other XDP Project(s) -I just wanted to share other project(s) I make using XDP here for those interested. +I just wanted to share other project(s) I've made using XDP for those interested. ### XDP Forwarding This XDP project performs basic layer 3/4 forwarding using source port mapping similar to IPTables/NFTables. This is one of my newer projects and still a work in progress. I also feel the code is a lot neater in the XDP Forwarding project.