Skip to content

Commit

Permalink
Fix typo introduced in commit 0969991
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Aug 6, 2016
1 parent ddfd06a commit 16b9116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lime-system/files/usr/lib/lua/lime/network.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function network.primary_address(offset)
ipv6_template = network.generate_host(ip.IPv6(ipv6_template), hexsuffix)

ipv4_template:prefix(tonumber(ipv4_maskbits))
local m4 = ipv4_template:mihost()
local m4 = ipv4_template:minhost()
--! Generated address is network address like 192.0.2.0/24 ?
local invalid = ipv4_template:equal(m4:network())
--! Generated address is the one reserved for anygw like 192.0.2.1/24 ?
Expand Down

0 comments on commit 16b9116

Please sign in to comment.