[ovs-discuss] lacp: Unable to restore static aggregation after configuring LACP

2024-02-02 Thread Huangzhidong via discuss
Hi I configured static aggregation on the physical switch and also configured a static aggregation bond port on the latest version of OVS. When I set the LACP of the bond port to active, the port goes down, which is reasonable because the protocols on both ends do not match. However, when I

[ovs-discuss] bond: bond/show next balance time is a negative value.

2024-02-02 Thread Huangzhidong via discuss
Hi When I use bond/show to get next balance time, it sometimes get a negative value. It can easily reproduce by run shell scripts: while true; do ovs-appctl bond/show | grep next done and it can be easily fixed by: ofproto/bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[ovs-discuss] RSTP cannot be configured on both bridges that are connected by patch ports.

2024-02-02 Thread Huangzhidong via discuss
Hi I have two bridges, vds1-br and vds1-br-ex, connected by patch ports with OVS 3.2. When I configure RSTP on both bridges, it causes the OVS process to crash and restart repeatedly. [root@localhost ~]# ovs-vsctl set Bridge vds1-br-ex rstp_enable=true [root@localhost ~]# ovs-vsctl set Bridge