From 69a377e302436f61cda073791255628d52a3e692 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 9 Jan 2011 22:52:49 +0000 Subject: [PATCH] modules/admin-full: fix broadcast address option --- modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua index 4efcf2e54..1b0662fbb 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua @@ -201,7 +201,7 @@ gw.optional = true gw.datatype = "ip4addr" gw:depends("proto", "static") -bcast = s:taboption("general", Value, "bcast", translate("IPv4-Broadcast")) +bcast = s:taboption("general", Value, "broadcast", translate("IPv4-Broadcast")) bcast.optional = true bcast.datatype = "ip4addr" bcast:depends("proto", "static") -- 2.11.0