aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/airootfs/etc/systemd/network
Commit message (Collapse)AuthorAgeFilesLines
* configs/*/airootfs/etc/systemd/network/: add RequiredForOnline=routablenl67202023-12-091-0/+3
| | | | | | | | | | | 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.
* Set IPv6PrivacyExtensions=yes in global systemd-netorkd configurationnl67202023-08-111-1/+0
| | | | | | 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/.
* Add support for mDNS.Sorin Pânca2023-05-221-0/+1
|
* configs/*/airootfs/etc/systemd/network/20-ethernet.network: add a comment to ↵nl67202022-01-221-0/+3
| | | | | | | | document why an interface name glob is used This documents the changes made in !177 inside the .network files themselves. Related to #142.
* Remove SPDX license identifier from releng configsDavid Runge2021-07-291-3/+0
| | | | | | configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from ↵nl67202021-07-271-3/+0
| | | | | | | | | | | | [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.
* make baseline have working ethernet networking, like relengMichael Vorburger2021-01-271-0/+13