mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
systemd-networkd: adjust comments
This commit is contained in:
parent
556f431f01
commit
44a2f4b482
@ -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
|
||||
|
@ -4,7 +4,7 @@ Type=none
|
||||
|
||||
[Link]
|
||||
Unmanaged=true
|
||||
Multicast=false
|
||||
#Multicast=false
|
||||
|
||||
[Network]
|
||||
IPv6PrivacyExtensions=true
|
||||
|
@ -3,7 +3,7 @@ Type=wireguard
|
||||
|
||||
[Link]
|
||||
Unmanaged=true
|
||||
Multicast=false
|
||||
#Multicast=false
|
||||
|
||||
[Network]
|
||||
IPv6PrivacyExtensions=true
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user