Skip to content
Snippets Groups Projects
Unverified Commit 6b62e2fc authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: check_site.lua: only accept /64 as prefix6

A lot of our code does not actually work with other prefix lengths.

Fixes #1014
parent 3e7434bc
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ need_string 'timezone'
need_string_array('ntp_servers', false)
need_string_match('prefix6', '^[%x:]+/%d+$')
need_string_match('prefix6', '^[%x:]+/64$')
for _, config in ipairs({'wifi24', 'wifi5'}) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment