Re: [systemd-devel] systemd-networkd 219 chokes on can device

2015-03-05 Thread Mads
I have an Atom NM10-based industrial PC with three e1000e devices and a PEAK can device (PCI ID 001c:0008). After updating from 216 to 219, systemd-networkd is unable to get my e1000e-devices up and running. I don't have any configuration for can0 within /etc/systemd/network. It hit me

Re: [systemd-devel] systemd-networkd 219 chokes on can device

2015-03-05 Thread Mads
I have an Atom NM10-based industrial PC with three e1000e devices and a PEAK can device (PCI ID 001c:0008). After updating from 216 to 219, systemd-networkd is unable to get my e1000e-devices up and running. I don't have any configuration for can0 within /etc/systemd/network. It hit me that I

[systemd-devel] systemd-networkd 219 chokes on can device

2015-03-04 Thread Mads
I have an Atom NM10-based industrial PC with three e1000e devices and a PEAK can device (PCI ID 001c:0008). After updating from 216 to 219, systemd-networkd is unable to get my e1000e-devices up and running. I don't have any configuration for can0 within /etc/systemd/network. Two files in

Re: [systemd-devel] systemd-networkd 219 chokes on can device

2015-03-04 Thread Mads
With the help of grawity on irc, I assembled this small patch file for a possible temporary workaround. Just hardcoded systemd-networkd to not touch the can0 interface. --- a/src/network/networkd-manager.c2015-02-11 17:30:31.800897770 +0100 +++ b/src/network/networkd-manager.c