shell-things/etc/systemd/network/10-wlan.network

20 lines
501 B
SYSTEMD
Raw Normal View History

2023-06-25 09:36:29 +02:00
[Match]
#Name=*
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
#MACAddress=
Type=wlan
2023-06-25 09:36:29 +02:00
[Link]
# Takes "ipv4", "ipv6", "both", or "any" (default).
RequiredFamilyForOnline=both
2023-06-25 09:36:29 +02:00
# Always set administrative state to up. Implies RequiredForOnline=yes
ActivationPolicy=always-up
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
# uncomment
#Unmanaged=true
[Network]
DHCP=yes
IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy