Hello Linux kernel has its own implementation of the spanning tree, it comes along with the bridge functionallity. Many Layer2 switch vendors ship their
SDK (full sources, inlcuding Linux kernel), implementing VLAN, ACL etc. functions as well as STP. What is the point of doing this? Is Linux's STP implementation not entirely 802.1d compliant, or not scalable? Or is it a ...