check_site.lua 267 B

1234567
  1. if need_string_match('next_node.ip4', '^%d+.%d+.%d+.%d+$', false) then
  2. need_string_match('prefix4', '^%d+.%d+.%d+.%d+/%d+$')
  3. end
  4. need_string_match('next_node.ip6', '^[%x:]+$', false)
  5. need_string_match('next_node.mac', '^%x[02468aAcCeE]:%x%x:%x%x:%x%x:%x%x:%x%x$')