index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-09 | configs/*/airootfs/etc/systemd/network/: add RequiredForOnline=routable | nl6720 | |
By default systemd-networkd-wait-online.service considers a network connection to be "online" when it has reached the "degraded" state (see networkctl(1) for the definitions). Since "degraded" does not ensure there's a routable address, let's change the connection's requirement to "routable" instead. This gives a better chance that the network really is online when network-online.target is reached. | |||
2023-08-11 | Set IPv6PrivacyExtensions=yes in global systemd-netorkd configuration | nl6720 | |
Since systemd 245, IPv6PrivacyExtensions can be set not just per connection, but also globally for all connection with a configuration file in /etc/systemd/network.conf.d/. | |||
2023-05-22 | Add support for mDNS. | Sorin Pânca | |
2021-07-29 | Remove SPDX license identifier from releng configs | David Runge | |
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright. | |||
2021-07-27 | configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from ↵ | nl6720 | |
[DHCPv6] to [IPv6AcceptRA] systemd moved the option. See https://github.com/systemd/systemd/commit/8ebafba9f987c21aa5787c8767f2e390b4ec0bc5 . Implements #123. Document in comments why the route metrics need to be set (because of https://github.com/systemd/systemd/issues/17698 ) and use the same metric values as NetworkManager. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c Additionally remove RouteMetric from configs/baseline/airootfs/etc/systemd/network/20-ethernet.network. There is only one networkd configuration file in baseline, meaning, there are no other routes. | |||
2021-05-29 | configs/releng/airootfs/etc/systemd/network/: match by globbing the ↵ | nl6720 | |
interface name instead of matching the type Type=ether matches virtual Ethernet interfaces (veth*) which may break networking inside containers. Fixes https://bugs.archlinux.org/task/70892 . Partially reverts 8a521d0bfaedf16b95c09b4837981c4b567b5118 . | |||
2021-03-26 | configs/releng: rename 20-wireless.network to 20-wlan.network | nl6720 | |
The file is limited to Wi-Fi (Type=wlan in networkd configuration). |