Changeset 6690

Show
Ignore:
Timestamp:
01/09/11 23:52:49 (2 years ago)
Author:
jow
Message:

modules/admin-full: fix broadcast address option

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua

    r6605 r6690  
    202202gw:depends("proto", "static") 
    203203 
    204 bcast = s:taboption("general", Value, "bcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast")) 
     204bcast = s:taboption("general", Value, "broadcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast")) 
    205205bcast.optional = true 
    206206bcast.datatype = "ip4addr"