network: install wifi-adhoc.network by default, make wifi-{ap,station} examples

I think 80-wifi-adhoc.network is safe enough, since it just enables
the link-local addressing. But the other two enable DHCP in client
or server modes, and we should not do this by default.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2019-10-30 11:21:41 +01:00
parent ee50dada49
commit a9eedd3cf7
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Match]
Type=wifi
WLANInterfaceType=ap
[Network]
Address=0.0.0.0/24
DHCPServer=yes
IPMasquerade=yes