is it possible to bridge three connections in the following way: slave0---->master slave1----->master slave0----x----slave1 (slave0 doesn't see slave1 via master) i've tried this: sysctl net.link.ether.bridge.config=slave0:1,master:1,slave1:2,master:2 sysctl net.link.ether.bridge.enable=1 but slave0 is able to see slave1.... any ideas are welcome