Skip to content

Commit

Permalink
OS: network: the previous edit assumed DHCPserver can be configured f…
Browse files Browse the repository at this point in the history
…or IP4 only, instead only a bollean option yes/no is available
  • Loading branch information
Iztok Jeras committed Mar 23, 2017
1 parent 9710701 commit e738b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OS/debian/overlay/etc/systemd/network/wireless.network.ap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name=wlan0*
[Network]
Description = Wireless IP interface
LinkLocalAddressing=ipv4
DHCPServer=ipv4
DHCPServer=yes

[Address]
Address = 192.168.128.1/24
Expand Down

0 comments on commit e738b6b

Please sign in to comment.