-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
I've got very simple setup:
my.network:
[Match]
Name=eth1
[Network]
Bridge=xbr1
and the corresponding bridge entry:
externalbridge1.netdev
[NetDev]
Name=xbr1
Kind=bridge
However it's in degraded state:
networkctl
eth1 ether degraded configured
But systemd-networkd seems to have no complains about it:
systemctl status systemd-networkd
● systemd-networkd.service - Network Service
Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Mon 2015-07-13 15:33:53 CEST; 18min ago
Docs: man:systemd-networkd.service(8)
Process: 658 ExecStart=/lib/systemd/systemd-networkd (code=exited, status=0/SUCCESS)
Main PID: 658 (code=exited, status=0/SUCCESS)
Status: "Shutting down..."
...
Jul 13 15:33:19 xnode systemd-networkd[658]: Enumeration completed
Jul 13 15:33:19 xnode systemd-networkd[658]: eth1 : link configured
Jul 13 15:33:19 xnode systemd-networkd[658]: eth1 : gained carrier
Jul 13 15:33:19 xnode systemd[1]: Started Network Service.
...
The link is UP and is part of the bridge xbr1 according to "ip a" and "brctl show". How can I figure out why networkd mark this link as "degraded"?
Systemd version is 219-7ubuntu6 from latest ubuntu on x86_64.
Note: it might or might not be related to #425.