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: <87dce322a047ddf136fa5705b2dc61b58ad514f3.1425055793.git.daniel@iogearbox.net> Date: Fri, 27 Feb 2015 17:52:36 +0100 From: Daniel Borkmann <daniel@...earbox.net> To: stephen@...workplumber.org Cc: netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>, Jiri Pirko <jiri@...nulli.us> Subject: [PATCH iproute2] m_bpf: remove unrelevant help lines Left-overs when copying this over from cls_bpf. ;) Lets remove them. Signed-off-by: Daniel Borkmann <daniel@...earbox.net> Cc: Jiri Pirko <jiri@...nulli.us> --- tc/m_bpf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tc/m_bpf.c b/tc/m_bpf.c index 611135e..3b864f9 100644 --- a/tc/m_bpf.c +++ b/tc/m_bpf.c @@ -31,8 +31,6 @@ static void explain(void) fprintf(stderr, "Where BPF_BYTECODE := \'s,c t f k,c t f k,c t f k,...\'\n"); fprintf(stderr, " c,t,f,k and s are decimals; s denotes number of 4-tuples\n"); fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string\n"); - fprintf(stderr, "\nACTION_SPEC := ... look at individual actions\n"); - fprintf(stderr, "NOTE: CLASSID is parsed as hexadecimal input.\n"); } static void usage(void) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists