We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6092ca3 commit ded517fCopy full SHA for ded517f
1 file changed
README.md
@@ -12,6 +12,7 @@ The following command line arguments are supported:
12
* `--config -c` => Location to config file. Default => **/etc/xdpfw/xdpfw.conf**.
13
* `--offload -o` => Tries to load the XDP program in hardware/offload mode.
14
* `--skb -s` => Forces the program to load in SKB mode instead of DRV.
15
+* `--time -t` => How long to run the program for in seconds before exiting. 0 or not set = infinite.
16
* `--list -l` => List all filtering rules scanned from config file.
17
* `--help -h` => Print help menu for command line options.
18
0 commit comments