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