Skip to content
Snippets Groups Projects
Unverified Commit 073e559d authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

gluon-mesh-babel: do not allow disabling VXLAN (#2376)

With Babel, wired meshing cannot run on the same logical interface as
non-mesh traffic, so using VXLAN is mandatory.
parent 428b8afb
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ 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)
need_value(in_domain({'mesh', 'vxlan'}), true, false)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment