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] [Match]
#Name=*
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
#MACAddress= #MACAddress=
Type=ether Type=ether
[Link] [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 RequiredForOnline=false
# Takes "ipv4", "ipv6", "both", or "any" (default). # Takes "ipv4", "ipv6", "both", or "any" (default).
RequiredFamilyForOnline=both RequiredFamilyForOnline=both
@ -15,7 +11,7 @@ RequiredFamilyForOnline=both
# Always set administrative state to up. Implies RequiredForOnline=true # Always set administrative state to up. Implies RequiredForOnline=true
#ActivationPolicy=always-up #ActivationPolicy=always-up
# Required for mDNS # Required for mDNS
Multicast=true #Multicast=true
[Network] [Network]
#DHCP=true #DHCP=true

View File

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

View File

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

View File

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