lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230503115123.13a1c077@hermes.local> Date: Wed, 3 May 2023 11:51:23 -0700 From: Stephen Hemminger <stephen@...workplumber.org> To: Max Tottenham <mtottenh@...mai.com> Cc: <netdev@...r.kernel.org>, <johunt@...mai.com> Subject: Re: [RFC PATCH iproute2] Add ability to specify eBPF pin path On Wed, 3 May 2023 13:33:49 -0400 Max Tottenham <mtottenh@...mai.com> wrote: > diff --git a/tc/f_bpf.c b/tc/f_bpf.c > index a6d4875f..4eb3e817 100644 > --- a/tc/f_bpf.c > +++ b/tc/f_bpf.c > @@ -28,7 +28,7 @@ static void explain(void) > "\n" > "eBPF use case:\n" > " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]" > - " [ verbose ] [ direct-action ] [ skip_hw | skip_sw ]\n" > + " [ verbose ] [ direct-action ] [ skip_hw | skip_sw ] [pin_path PATH]\n" Help text should match other options. You need to update man page man/man8/tc-bpf.8 as well.
Powered by blists - more mailing lists