On Mon, 16 Apr 2018 14:41:57 -0700, Andrey Ignatov wrote:
> diff --git a/tools/bpf/bpftool/cgroup.c b/tools/bpf/bpftool/cgroup.c
> index cae32a6..8689916 100644
> --- a/tools/bpf/bpftool/cgroup.c
> +++ b/tools/bpf/bpftool/cgroup.c
> @@ -16,15 +16,28 @@
>  #define HELP_SPEC_ATTACH_FLAGS                                               
> \
>       "ATTACH_FLAGS := { multi | override }"
>  
> -#define HELP_SPEC_ATTACH_TYPES                                               
> \
> -     "ATTACH_TYPE := { ingress | egress | sock_create | sock_ops | device }"
> +#define HELP_SPEC_ATTACH_TYPES                                               
>        \
> +     "       ATTACH_TYPE := { ingress | egress | sock_create |\n"           \
> +     "                        sock_ops | stream_parser |\n"                 \
> +     "                        stream_verdict | device | msg_verdict |\n"    \
> +     "                        bind4 | bind6 | connect4 | connect6 |\n"      \
> +     "                        post_bind4 | post_bind6 }"
>  

Would you mind updating the man page in Documentation/ as well?

Thanks!

Reply via email to