Skip to content
Snippets Groups Projects
Commit 5bd5f02a authored by Jan Luebbe's avatar Jan Luebbe Committed by chrissi^
Browse files

gluon-core: allow v4 nameservers in the mesh


Signed-off-by: default avatarJan Luebbe <jlu@pengutronix.de>
parent 9269812f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ end
need_boolean(in_site({'poe_passthrough'}), false)
if need_table({'dns'}, nil, false) then
need_string_array_match({'dns', 'servers'}, '^[%x:]+$')
need_string_array_match({'dns', 'servers'}, '^[%x:.]+$')
end
need_string_array(in_domain({'next_node', 'name'}), false)
......
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