|
|
|
|
|
by eigengrau
3034 days ago
|
|
> Even if you used ebtables to filter out containers talking to each others' MAC addresses, wouldn't they be able to send broadcast or multicast packets to communicate with each other? ebtables supports «broadcast» as a destination to match ethernet frames on. ebtables … -d broadcast
which is equivalent to ebtables … -d ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff
|
|