From ded517f080c526aa043865159d94871eac52dca0 Mon Sep 17 00:00:00 2001 From: gamemann Date: Wed, 15 Dec 2021 20:52:35 +0000 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b34421..77f04e5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,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. +* `--time -t` => How long to run the program for in seconds before exiting. 0 or not set = infinite. * `--list -l` => List all filtering rules scanned from config file. * `--help -h` => Print help menu for command line options.