I've VPS on WEDOS serverhosting, Gentoo there. 5.4.38 kernel. I've a network interface eth0, I need to bridge it with another one (from openvpn). Starting with adding only one interface:
brctl addbr br0
brctl addif br0 eth0
Here the system hangs, nothing suspicious in dmesg. Maybe someone knows what can be the reason? Or at least what to try. When I'm adding tap0 to the bridge, it works.