| commit | 966f5eae18326ca6efd6ca9f90013ba8d2d25ac0 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon May 27 20:06:00 2024 +0000 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue May 28 11:19:10 2024 +0000 |
| tree | b6c3431d3d4718b78489ea2e8ab51574ed57456a | |
| parent | 1595e01e480fd2ab3f7690102bb722c4a6882bc4 [diff] |
m/n/c/network: return original links Do not recreate the netlink device structure as it loses information by doing so, breaking things like DHCP which rely on for example the link HwAddr. We already have proper *netlink.Device structures as they get type-asserted anyways. Change-Id: I90b8b6078fd7d6bd4e9e11e54751132bce22b517 Reviewed-on: https://review.monogon.dev/c/monogon/+/3112 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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.
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.