systemd-networkd: adjust comments

This commit is contained in:
Aminda Suomalainen 2024-07-23 08:43:39 +03:00
parent 556f431f01
commit 44a2f4b482
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 5 additions and 9 deletions

View File

@ -1,12 +1,8 @@
[Match]
#Name=*
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
#MACAddress=
Type=ether
[Link]
# My devices generally also have WiFi so lack of ethernet is not a reason
# to wait for systemd-networkd-wait-online.service
RequiredForOnline=false
# Takes "ipv4", "ipv6", "both", or "any" (default).
RequiredFamilyForOnline=both
@ -15,7 +11,7 @@ RequiredFamilyForOnline=both
# Always set administrative state to up. Implies RequiredForOnline=true
#ActivationPolicy=always-up
# Required for mDNS
Multicast=true
#Multicast=true
[Network]
#DHCP=true

View File

@ -4,7 +4,7 @@ Type=none
[Link]
Unmanaged=true
Multicast=false
#Multicast=false
[Network]
IPv6PrivacyExtensions=true

View File

@ -3,7 +3,7 @@ Type=wireguard
[Link]
Unmanaged=true
Multicast=false
#Multicast=false
[Network]
IPv6PrivacyExtensions=true

View File

@ -6,14 +6,14 @@ Type=wlan
[Link]
# Takes "ipv4", "ipv6", "both", or "any" (default).
RequiredFamilyForOnline=both
#RequiredFamilyForOnline=both
# Always set administrative state to up. Implies RequiredForOnline=true
ActivationPolicy=always-up
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
# uncomment
#Unmanaged=true
# Required for mDNS
Multicast=true
#Multicast=true
[Network]
DHCP=true