diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | f0c626059451e1f8621600e610240739d5633560 (patch) | |
| tree | 4dc71f10a68b2c273ed2107f8af4a20c08894a2d /etc/systemd/network/30-ethernet-bond0.network | |
| parent | 694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (diff) | |
| download | dotfiles-f0c626059451e1f8621600e610240739d5633560.tar.gz dotfiles-f0c626059451e1f8621600e610240739d5633560.tar.bz2 dotfiles-f0c626059451e1f8621600e610240739d5633560.zip | |
Prune stale dotfiles commentary
Diffstat (limited to 'etc/systemd/network/30-ethernet-bond0.network')
| -rw-r--r-- | etc/systemd/network/30-ethernet-bond0.network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/systemd/network/30-ethernet-bond0.network b/etc/systemd/network/30-ethernet-bond0.network index 31f14a2..f58f7bd 100644 --- a/etc/systemd/network/30-ethernet-bond0.network +++ b/etc/systemd/network/30-ethernet-bond0.network @@ -1,7 +1,7 @@ # Match only real, physical ethernet via Path= (PCI + USB) and udev's # predictable name pattern. This is more robust than Type=ether + Name= negation: -# negations on Name= matched veth/virbr/waydroid interfaces in practice, which -# enslaved them into bond0 and broke host networking (waydroid, libvirt, etc.). +# negations on Name= matched virtual interfaces in practice, which enslaved +# them into bond0 and broke container/VM networking. # # Path=pci-* covers built-in PCIe NICs (enpXsY, ethN). # Path=platform-* covers SoC-attached NICs (none on x86 laptops but harmless). |
