Hi proxmox people !
The way bridges work has really changed in Debian11 / Proxmox 7.
When creating a bridge without a slave interface, it works with a private IPv4. But if we assign it an IPv6 of ULA type (fdxx: xxxx: xxxx: xxxx ...), it is impossible to ping this bridge on IPv6.
The ip link command shows that bridges without a physical interface are considered in the DOWN state (NO-CARRIER).
To work around the problem, I had to create dummy interfaces and assign them as local bridge slaves. With this it works fine again.
Is this now normal behavior ?
The way bridges work has really changed in Debian11 / Proxmox 7.
When creating a bridge without a slave interface, it works with a private IPv4. But if we assign it an IPv6 of ULA type (fdxx: xxxx: xxxx: xxxx ...), it is impossible to ping this bridge on IPv6.
The ip link command shows that bridges without a physical interface are considered in the DOWN state (NO-CARRIER).
To work around the problem, I had to create dummy interfaces and assign them as local bridge slaves. With this it works fine again.
Is this now normal behavior ?