2018-05-16 14:58:24 +00:00
|
|
|
need_string_match(in_domain({'node_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)
|
2022-02-23 18:10:13 +00:00
|
|
|
|
|
|
|
need_value(in_domain({'mesh', 'vxlan'}), true, false)
|