modules/admin-full: fix broadcast address option
This commit is contained in:
parent
aed262df1f
commit
69a377e302
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ gw.optional = true
|
||||||
gw.datatype = "ip4addr"
|
gw.datatype = "ip4addr"
|
||||||
gw:depends("proto", "static")
|
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.optional = true
|
||||||
bcast.datatype = "ip4addr"
|
bcast.datatype = "ip4addr"
|
||||||
bcast:depends("proto", "static")
|
bcast:depends("proto", "static")
|
||||||
|
|
Loading…
Reference in a new issue