From 9bb5f3659906c4a4b2e431bbba65222abfe8695f Mon Sep 17 00:00:00 2001 From: Oliver Gerlich Date: Sat, 21 May 2022 17:06:17 +0200 Subject: [PATCH] use vxlan in batv15 domain Since the ffhb_batv15 nodes will not be able to mesh with the ffhb_11s nodes anyway, the v15 switch is a good opportunity to also switch to VXLAN. --- domains/ffhb_batv15.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ffhb_batv15.conf b/domains/ffhb_batv15.conf index 620572a..fe3bc35 100644 --- a/domains/ffhb_batv15.conf +++ b/domains/ffhb_batv15.conf @@ -31,7 +31,7 @@ }, mesh = { - vxlan = false, + vxlan = true, batman_adv = { routing_algo = 'BATMAN_IV', },