Am 06.09.19 um 10:07 schrieb Martins Pukitis: > Package: systemd > Version: 241-5 > Severity: important > File: systemd-networkd > > Dear Maintainer, bridge interface setup status stays "configuring" (not > "configured"). > My systemd-networkd configuration: > lieta@lieta:~$ sudo brctl show > bridge name bridge id STP enabled interfaces > br-tv 8000.b2e79986e04f no enp5s0 > tap0 > > lieta@lieta:~$ networkctl > IDX LINK TYPE OPERATIONAL SETUP > ... > 5 enp5s0 ether degraded configured > 9 br-tv bridge carrier configuring > 10 tap0 ether carrier configured > > lieta@lieta:/etc/systemd/network$ cat tap0.netdev > [NetDev] > Name=tap0 > Kind=tap > lieta@lieta:/etc/systemd/network$ cat tv.netdev > [NetDev] > Name=br-tv > Kind=bridge > lieta@lieta:/etc/systemd/network$ cat tv-slaves.network > [Match] > Name=enp5s0 tap0 > > [Network] > Bridge=br-tv > lieta@lieta:/etc/systemd/network$ cat tv.network > [Match] > Name=br-tv >
I don't see you assigning an IP address to the bridge (neither static nor via DHCP) and as the documentation says, if you have no link and/or no associated address, the state will be configuring. This really sounds more like a user support request, then a bug report, tbh though. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
