Explorar o código

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

Matthias Schiffer %!s(int64=6) %!d(string=hai) anos
pai
achega
8f6208e90a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/gluon-core/check_site.lua

+ 1 - 0
package/gluon-core/check_site.lua

@@ -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