mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-07 09:49:21 +01:00
18 lines
416 B
SYSTEMD
18 lines
416 B
SYSTEMD
[Match]
|
|
#Name=*
|
|
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
|
|
#MACAddress=
|
|
Type=wlan
|
|
|
|
[Link]
|
|
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
|
RequiredFamilyForOnline=both
|
|
# Always set administrative state to up. Implies RequiredForOnline=yes
|
|
ActivationPolicy=always-up
|
|
# Managed by iwd
|
|
Unmanaged=true
|
|
|
|
[Network]
|
|
IPv6PrivacyExtensions=true
|
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|