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.
This commit is contained in:
parent
2f09fb1112
commit
9bb5f36599
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
vxlan = false,
|
vxlan = true,
|
||||||
batman_adv = {
|
batman_adv = {
|
||||||
routing_algo = 'BATMAN_IV',
|
routing_algo = 'BATMAN_IV',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue