8 lines
386 B
Lua
8 lines
386 B
Lua
need_string_match(in_domain({'node_prefix6'}), '^[%x:]+/64$')
|
|
need_string_match(in_domain({'node_client_prefix6'}), '^[%x:]+/64$')
|
|
|
|
need_string_match(in_domain({'next_node', 'ip6'}), '^[%x:]+$', false)
|
|
need_string_match(in_domain({'next_node', 'ip4'}), '^%d+.%d+.%d+.%d+$', false)
|
|
|
|
need_string_match(in_domain({'next_node', 'mac'}), '^%x[02468aAcCeE]:%x%x:%x%x:%x%x:%x%x:%x%x$', false)
|