| commit | 41b244857ee793cbf74552ec39f2ff614a686a56 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu May 02 16:53:57 2024 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue Jul 16 12:26:37 2024 +0000 |
| tree | 685a25bbe631c303b88f2adb84702ac0545031a0 | |
| parent | 5be299e081abceb554e75b87e0cf856a69dc59c2 [diff] |
m/n/c/network: implement ARP announcements This implements ARP announcements in the Metropolis network stack. Its intent is to help IP stacks on the same broadcast domain to update their ARP entries once a Metropolis network stack comes up. The format of the ARP packets is chosen to bypass most EVPN ARP suppression mechanisms to ensure this also works with these systems. Change-Id: I2db1248f7034ea56930cf6f4a93de598b0f8c7de Reviewed-on: https://review.monogon.dev/c/monogon/+/3074 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
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.