Re: [systemd-devel] [PATCH] Set mac address in link initialization

2014-06-04 Thread Dave Reisner
On Wed, Jun 04, 2014 at 09:33:12PM +0200, Tom Gundersen wrote: > On Wed, Jun 4, 2014 at 7:48 PM, Dave Reisner wrote: > > 505f8da7325 left link->mac uninitialized, causing MACAddress based > > [Match] sections to fail to match anything. > > > > https://bugs.freedesktop.org/show_bug.cgi?id=79638 >

Re: [systemd-devel] [PATCH] Set mac address in link initialization

2014-06-04 Thread Tom Gundersen
On Wed, Jun 4, 2014 at 7:48 PM, Dave Reisner wrote: > 505f8da7325 left link->mac uninitialized, causing MACAddress based > [Match] sections to fail to match anything. > > https://bugs.freedesktop.org/show_bug.cgi?id=79638 Thanks for the report and the patch. I'd much prefer if we got these poten

Re: [systemd-devel] [PATCH] Set mac address in link initialization

2014-06-04 Thread Dave Reisner
On Wed, Jun 04, 2014 at 08:22:11PM +0200, Lennart Poettering wrote: > On Wed, 04.06.14 13:48, Dave Reisner (dreis...@archlinux.org) wrote: > > > 505f8da7325 left link->mac uninitialized, causing MACAddress based > > [Match] sections to fail to match anything. > > > > https://bugs.freedesktop.org/

Re: [systemd-devel] [PATCH] Set mac address in link initialization

2014-06-04 Thread Lennart Poettering
On Wed, 04.06.14 13:48, Dave Reisner (dreis...@archlinux.org) wrote: > 505f8da7325 left link->mac uninitialized, causing MACAddress based > [Match] sections to fail to match anything. > > https://bugs.freedesktop.org/show_bug.cgi?id=79638 > --- > src/network/networkd-link.c | 12 +++- >

[systemd-devel] [PATCH] Set mac address in link initialization

2014-06-04 Thread Dave Reisner
505f8da7325 left link->mac uninitialized, causing MACAddress based [Match] sections to fail to match anything. https://bugs.freedesktop.org/show_bug.cgi?id=79638 --- src/network/networkd-link.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/network/networkd-l