[ovs-dev] [PATCH v3 5/5] stp: Add link-state checking support for stp ports.

2017-05-19 Thread nickcooper-zhangtonghao
When bridge stp enabled, we can enable the stp ports despite ports are down. When initializing, this patch checks link-state of ports and enable or disable them according to their link-state. This patch also allow user to enable and disable a port when bridge stp is running. If a stp port is in dis

Re: [ovs-dev] [PATCH v3 5/5] stp: Add link-state checking support for stp ports.

2017-05-31 Thread Ben Pfaff
On Fri, May 19, 2017 at 12:20:43AM -0700, nickcooper-zhangtonghao wrote: > When bridge stp enabled, we can enable the stp ports > despite ports are down. When initializing, this patch checks > link-state of ports and enable or disable them according > to their link-state. This patch also allow user