Update README; Correct typo.
This commit is contained in:
@@ -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.
|
**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)
|
## 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
|
### 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user