You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@which bpftool || ( echo "Install bpftool as package or compile and copy it to your PATH: cd linux-source-x.xx/tools/bpf/bpftool ; make bpftool ; cp bpftool ~/.local/bin/"; exit 1 )
sudo sh -c "rm /sys/fs/bpf/cgroup-sock-drop || true"
sudo `which bpftool` prog load cgroup-sock-drop.o /sys/fs/bpf/cgroup-sock-drop type cgroup/skb