Bpfd Versions Save

Framework for running BPF programs with rules on Linux as a daemon. Container aware.

v0.0.1

5 years ago

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFD_SHA256="fdea3a6e5ece6b52ba643193628d5cfa16fb4b64add3de0b74447c8ec6136568"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bpfd/releases/download/v0.0.1/bpfd-linux-amd64" -o "/usr/local/bin/bpfd" \
	&& echo "${BPFD_SHA256}  /usr/local/bin/bpfd" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bpfd"

$ echo "bpfd installed!"

# Run it!
$ bpfd -h

v0.0.0

5 years ago

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.