summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/protocol/static.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
index 42ebcefba4..03a720cd1e 100644
--- a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
+++ b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
@@ -126,6 +126,7 @@ return network.registerProtocol('static', {
return form.Value.prototype.render.apply(this, [ option_index, section_id, in_table ]);
},
+ datatype: 'ip4addr("true")',
validate: validateBroadcast
}),