Last week, I ran Spanning Tree Protocol (STP) in Linux kernel successfully.
Now, I am trying to support Rapid Spanning Tree Protocol (RSTP) in Linux kernel.
I also found out some solutions in user space such as mstp (https://github.com/mstpd/mstpd). However, I want to find a solution in the kernel.
I searched patch from internet but I can't find anything. Is there any limitation that Linux kernel is not able to support RSTP?