I am using Xen virtualization with a bridged mode netwrk. I noticed that there is a lot of spanning tree (as understand) traffic coming from a network. Such as:
STP 802.1d, Config, Flags [none], bridge-id ......
STP 802.1s, Rapid STP, CIST Flags [Proposal, Learn, Forward, Agreement]
I do not want VPS to receive these messages - is it possible to filter it? I guess I need to do something like:
ebtables -A INPUT -d BGA -j DROP
But that did not help. What am I doing wrong?