From 8d9f99b1868fc73be531b4382298b3245c1358ff Mon Sep 17 00:00:00 2001 From: gamemann Date: Fri, 12 Nov 2021 17:31:15 +0000 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afd6439..c467ac2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The following command line arguments are supported: * `--config -c` => Location to config file. Default => **/etc/xdpfw/xdpfw.conf**. * `--offload -o` => Tries to load the XDP program in hardware/offload mode. +* `--skb -s` => Forces the program to load in SKB mode instead of DRV. * `--list -l` => List all filtering rules scanned from config file. * `--help -h` => Print help menu for command line options.