Update README.

This commit is contained in:
gamemann
2021-11-12 17:31:15 +00:00
parent bcfaccb71e
commit 8d9f99b186

View File

@@ -9,6 +9,7 @@ The following command line arguments are supported:
* `--config -c` => Location to config file. Default => **/etc/xdpfw/xdpfw.conf**. * `--config -c` => Location to config file. Default => **/etc/xdpfw/xdpfw.conf**.
* `--offload -o` => Tries to load the XDP program in hardware/offload mode. * `--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. * `--list -l` => List all filtering rules scanned from config file.
* `--help -h` => Print help menu for command line options. * `--help -h` => Print help menu for command line options.