| commit | e08c16075bd39da9194aff89e4e9f479740ae56d | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Jun 17 19:19:33 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Jun 19 10:49:00 2025 +0000 |
| tree | 29ed52fd7a3c76cb0a9d18248bac098ae61e97fa | |
| parent | a0bd93fa37ccabae99b81bdd604cef1aee7d481d [diff] |
m/n/core/network: implement LLDP transmission Implements simple LLDP transmission-only support for Monogon OS. It advertises enough to do topology discovery through LLDP. Currently it supports MAC address, interface name, node name and product name/version. More information can be added in the future. Tested using Wireshark on launch-cluster node/switch traffic. Change-Id: If5777bc042ef87bd8d26c548324c6de6f14f7270 Reviewed-on: https://review.monogon.dev/c/monogon/+/4282 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.