This repository contains extended documentation for bpftool.
Status: Work in progress, not officially deployed yet.
The website relies on Hugo and Docsy. If necessary, install Go. Install Hugo's extended version, for example:
$ CGO_ENABLED=1 go install -v -tags extended github.com/gohugoio/hugo@latest
Simply use Hugo to serve the website locally:
$ hugo server
The logos for bpftool are released under the Creative Commons Attribution 4.0
International license (CC-BY-4.0
).
Manual pages for bpftool originate from the Linux kernel repository and are
dual-licensed under the GNU GPL v2.0 (only) license and the BSD
2-clause license (GPL-2.0-only OR BSD-2-Clause
). To avoid adding
additional licenses to the mix, the rest of the documentation, unless otherwise
specified, is released under the same dual-licensing terms.