Hi everybody,
i'm trying to reproduce a PoC where i'm running multiple batman-adv
instances(eg. bat0, bat1, batX) on the same broadcast domain.
So the scenario is:
---
host 1, host 2, host 3 are connected through an ethernet switch,
leveraging on a single network card (eth0) each.
host 1 runs three batman-adv instances (bat0, bat1, bat2) and each of
these instances uses eth0 as member interface
Each batman-adv instance lives good on the respecting "namespace"
using the same broadcast domain to talk with neighbours.
---
Is this kind of scenario supported?
Thank you