modules/admin-full: fix broadcast address option

This commit is contained in:
Jo-Philipp Wich 2011-01-09 22:52:49 +00:00
parent aed262df1f
commit 69a377e302

View file

@ -201,7 +201,7 @@ gw.optional = true
gw.datatype = "ip4addr"
gw:depends("proto", "static")
bcast = s:taboption("general", Value, "bcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast"))
bcast = s:taboption("general", Value, "broadcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast"))
bcast.optional = true
bcast.datatype = "ip4addr"
bcast:depends("proto", "static")