Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
2290eda2
Commit
2290eda2
authored
Oct 01, 2018
by
Roger Pueyo Centelles
Browse files
Merge branch 'master' into testing
parents
4ba0e516
21658de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/usr/lib/lua/luci/model/cbi/qmp/easy_setup.lua
View file @
2290eda2
...
...
@@ -126,9 +126,10 @@ if uciout:get("qmp","roaming","ignore") == "1" then
if
ipv4mask
~=
nil
then
ipv4
=
string.sub
(
ipv4
,
1
,
ipv4mask
-
1
)
end
if
ipv4
==
uciout
:
get
(
"qmp"
,
"networks"
,
"lan_address"
)
then
-- This caused issue #465 and doesn't make much sense here... (ToDo: investigate further)
-- if ipv4 == uciout:get("qmp","networks","lan_address") then
networkmode
=
"community"
end
--
end
else
networkmode
=
"roaming"
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment