From becaeb4b349c6edfc918e6066eb04aa3f797dcec Mon Sep 17 00:00:00 2001 From: gamemann Date: Fri, 12 Nov 2021 17:22:19 +0000 Subject: [PATCH] Add SKB flag to help output. --- src/xdpfw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xdpfw.c b/src/xdpfw.c index d736212..4220c91 100644 --- a/src/xdpfw.c +++ b/src/xdpfw.c @@ -241,6 +241,7 @@ int main(int argc, char *argv[]) fprintf(stdout, "Usage:\n" \ "--config -c => Config file location (default is /etc/xdpfw/xdpfw.conf).\n" \ "--offload -o => Tries to load the XDP program in hardware/offload mode." \ + "--skb -s => Force the XDP program to load with SKB mode instead of DRV." \ "--list -l => Print config details including filters (this will exit program after done).\n" \ "--help -h => Print help menu.\n");