| commit | 11bf3d33b1ebbaea218fe0a4198c1f2da6a74d71 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Jan 07 17:49:27 2025 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Jan 08 00:01:30 2025 +0000 |
| tree | 3bfc9046c49c9c133490f593b0281513d004f1ca | |
| parent | 153c9c1d69e5c37dd96f8d43ff1e628bd548320e [diff] |
treewide: update nftables to 0.2 with patches This updates nftables to 0.2 and adapts nfproxy to the changes. It also includes two patches which will be needed by the k8s-nft-npc implementation later. The first one increases buffer sizes to allow larger transactions (the buffer size is sadly not configurable). The second one introduces a special expr implementation which allows for expressions whose value depends on the address family. Both patches should eventually go upstream but are not fully suitable for upstreaming in their current form. Change-Id: Ib398a14fa3fb7b6f808a834406d5307cea1fe8ae Reviewed-on: https://review.monogon.dev/c/monogon/+/3751 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.