systemd version the issue has been seen with
238
Used distribution
Arch Linux
Expected behaviour you didn't see
systemd-networkd creates a fully functional bridge
Unexpected behaviour you saw
systemd-networkd creates a bridge with no-carrier
Steps to reproduce the problem
10-vbr0.netdev:
[NetDev]
Name=vbr0
Kind=bridge
10-vbr0.network
[Match]
Name=vbr0
[Network]
Address=192.168.3.1/24
If i delete vbr0 with ip link delete vbr0 and create it with brctl addbr vbr0 systemd-networkd configures the interface with settings from the .network file.
Her the output of ip link show:
6: vbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
link/ether ce:98:30:fe:38:4b brd ff:ff:ff:ff:ff:ff
Any ideas?
systemd version the issue has been seen with
Used distribution
Expected behaviour you didn't see
Unexpected behaviour you saw
Steps to reproduce the problem
10-vbr0.netdev:
10-vbr0.network
If i delete vbr0 with
ip link delete vbr0and create it withbrctl addbr vbr0systemd-networkd configures the interface with settings from the .network file.Her the output of
ip link show:Any ideas?