]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
m_bpf: remove unrelevant help lines
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 27 Feb 2015 16:52:36 +0000 (17:52 +0100)
committerStephen Hemminger <shemming@brocade.com>
Sat, 28 Feb 2015 03:00:51 +0000 (19:00 -0800)
Left-overs when copying this over from cls_bpf. ;) Lets remove them.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Cc: Jiri Pirko <jiri@resnulli.us>
tc/m_bpf.c

index 611135ea2ad53e683d87d4111c712204f4c2e67b..3b864f9d997ea3e1bf440c5591cb4dc36abdea57 100644 (file)
@@ -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)