On 11/28/16 9:38 PM, David Ahern wrote: > + ret = bpf_prog_detach(cg_fd, BPF_CGROUP_INET_SOCK); > + ret = bpf_prog_attach(prog_fd, cg_fd, BPF_CGROUP_INET_SOCK);
forgot to update this to BPF_CGROUP_INET_SOCK_CREATE. will send v5
On 11/28/16 9:38 PM, David Ahern wrote: > + ret = bpf_prog_detach(cg_fd, BPF_CGROUP_INET_SOCK); > + ret = bpf_prog_attach(prog_fd, cg_fd, BPF_CGROUP_INET_SOCK);
forgot to update this to BPF_CGROUP_INET_SOCK_CREATE. will send v5