Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-29 Thread Moviuro
On Friday 29 August 2014 15:00:06 you wrote: > On Thu, Aug 28, 2014 at 5:27 PM, Moviuro wrote: > > I'm using systemd 216 on Archlinux (uptodate). > > Everything worked fine at last boot (systemd 215, kernel 3.14.1) > > > > Here is my tap0.network: > > [Match] > > Name=tap0 > > > > [Network] > >

Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-29 Thread Tom Gundersen
On Thu, Aug 28, 2014 at 5:27 PM, Moviuro wrote: > I'm using systemd 216 on Archlinux (uptodate). > Everything worked fine at last boot (systemd 215, kernel 3.14.1) > > Here is my tap0.network: > [Match] > Name=tap0 > > [Network] > DHCP=yes > > [Route] > Gateway=10.3.16.1 > Destination=10.3.14.0/24

Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-29 Thread Tom Gundersen
On Thu, Aug 28, 2014 at 11:39 PM, Moviuro wrote: > After git bisect-ing (following dreisner's instructions on #systemd), I get > the following info: > > 38de08a does not add static routes > ccf1c02 systemd-networkd is broken (does not run) (crash) > 54cba0b systemd-networkd is broken (does not run

Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-29 Thread David Herrmann
Hi On Thu, Aug 28, 2014 at 11:39 PM, Moviuro wrote: > After git bisect-ing (following dreisner's instructions on #systemd), I get > the following info: > > 38de08a does not add static routes > ccf1c02 systemd-networkd is broken (does not run) (crash) > 54cba0b systemd-networkd is broken (does not

Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-28 Thread Moviuro
After git bisect-ing (following dreisner's instructions on #systemd), I get the following info: 38de08a does not add static routes ccf1c02 systemd-networkd is broken (does not run) (crash) 54cba0b systemd-networkd is broken (does not run) (crash) 3c9b886 systemd-networkd is broken (does not run)

Re: [systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-28 Thread Moviuro
So I downgraded to systemd 215-4 with the same kernel (3.16.1) and now I get my routes on tap0 as well as the 'tap0: link configured' message. Cheers, On Thursday 28 August 2014 17:27:12 you wrote: > Hi all, > > I'm using systemd 216 on Archlinux (uptodate). > Everything worked fine at last boot

[systemd-devel] Systemd-networkd doesn't add static routes anymore

2014-08-28 Thread Moviuro
Hi all, I'm using systemd 216 on Archlinux (uptodate). Everything worked fine at last boot (systemd 215, kernel 3.14.1) Here is my tap0.network: [Match] Name=tap0 [Network] DHCP=yes [Route] Gateway=10.3.16.1 Destination=10.3.14.0/24 [Route] Gateway=10.3.16.1 Destination=10.3.15.0/24 And the