Update README; Correct typo.

This commit is contained in:
gamemann
2021-02-21 18:43:13 +00:00
parent 912af3fa56
commit 798a4278e2

View File

@@ -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.