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

gluon-core: add missing site check for next_node.name

parent e536ba2f
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ if need_table('dns', nil, false) then
end
if need_table('next_node', nil, false) then
need_string('next_node.name', false)
need_string_match('next_node.ip6', '^[%x:]+$', false)
need_string_match('next_node.ip4', '^%d+.%d+.%d+.%d+$', false)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment