]> asedeno.scripts.mit.edu Git - linux.git/commit
samples/bpf: Add missing option to xdpsock usage
authorAndre Guedes <andre.guedes@intel.com>
Thu, 14 Nov 2019 16:28:47 +0000 (08:28 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 Nov 2019 21:32:10 +0000 (22:32 +0100)
commitb31333298087f8ee3559bd62bcbd1638f232cac0
treef60996f25cc64b55a6c98f57993c4ccf1370078b
parent110b2263db8ab91d204378988ca73b932b26dad3
samples/bpf: Add missing option to xdpsock usage

Commit 743e568c1586 (samples/bpf: Add a "force" flag to XDP samples)
introduced the '-F' option but missed adding it to the usage() and the
'long_option' array.

Fixes: 743e568c1586 (samples/bpf: Add a "force" flag to XDP samples)
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20191114162847.221770-2-andre.guedes@intel.com
samples/bpf/xdpsock_user.c