Re: [PATCH v7 net-next 3/6] samples: bpf: add userspace example for modifying sk_bound_dev_if
From: Alexei Starovoitov <hidden>
Date: 2016-12-01 16:57:49
From: Alexei Starovoitov <hidden>
Date: 2016-12-01 16:57:49
On Thu, Dec 01, 2016 at 08:48:05AM -0800, David Ahern wrote:
Add a simple program to demonstrate the ability to attach a bpf program
to a cgroup that sets sk_bound_dev_if for AF_INET{6} sockets when they
are created.
Signed-off-by: David Ahern <redacted>Acked-by: Alexei Starovoitov <ast@kernel.org>