mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
systemd/networkd: remove the family visit sample
man systmed.networkd reveals that [Match] accepts SSIDs so there is no reason to have this here.
This commit is contained in:
parent
138fa2aeec
commit
0a86db3328
@ -1,35 +0,0 @@
|
||||
[Match]
|
||||
Type=ether
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=false
|
||||
#ActivationPolicy=always-up
|
||||
|
||||
[Network]
|
||||
DHCP=false
|
||||
Address=192.168.0.2/24
|
||||
Gateway=192.168.8.1
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
DNS=
|
||||
DNS=::1
|
||||
DNS=127.0.0.1
|
||||
Domains=.
|
||||
|
||||
[Match]
|
||||
Type=wlan
|
||||
|
||||
[Link]
|
||||
ActivationPolicy=always-up
|
||||
|
||||
[Network]
|
||||
DHCP=false
|
||||
Address=192.168.0.3/24
|
||||
Gateway=192.168.8.1
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
DNS=
|
||||
DNS=::1
|
||||
DNS=127.0.0.1
|
||||
DNS=127.0.0.53
|
||||
Domains=.
|
Loading…
Reference in New Issue
Block a user