Skip to content

Commit

Permalink
Merge pull request #205 from opentechinstitute/wanrename
Browse files Browse the repository at this point in the history
Changed default wired interface names to 'wan'. Tested by @jheretic.
  • Loading branch information
jheretic committed May 2, 2014
2 parents 417d63d + ebbe465 commit 41e8017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/commotion/basic_ani.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if not SW.status() then
m.on_after_save = ccbi.conf_page
end

p = m:section(NamedSection, "wired")
p = m:section(NamedSection, "wan")
p.anonymous = true

msh = p:option(Flag, "meshed", translate("Will you be meshing with other Commotion devices over the ethernet interface?"))
Expand Down

0 comments on commit 41e8017

Please sign in to comment.