Re: [systemd-devel] [PATCH] networkd: do not complain about IFF_RUNNING

2014-04-29 Thread Umut Tezduyar Lindskog
On Sun, Apr 27, 2014 at 11:35 PM, Tom Gundersen wrote: > On Sun, Apr 27, 2014 at 10:33 PM, Umut Tezduyar Lindskog > wrote: >> Otherwise: >> eth0: unknown link flags gained: 0x00040 (ignoring) > > Hm, so this is basically working as intended at the moment. I.e., we > log any change in the flags, e

Re: [systemd-devel] [PATCH] networkd: do not complain about IFF_RUNNING

2014-04-27 Thread Tom Gundersen
On Sun, Apr 27, 2014 at 10:33 PM, Umut Tezduyar Lindskog wrote: > Otherwise: > eth0: unknown link flags gained: 0x00040 (ignoring) Hm, so this is basically working as intended at the moment. I.e., we log any change in the flags, either explicitly or with the above message. However, I guess you ma

[systemd-devel] [PATCH] networkd: do not complain about IFF_RUNNING

2014-04-27 Thread Umut Tezduyar Lindskog
Otherwise: eth0: unknown link flags gained: 0x00040 (ignoring) --- src/network/networkd-link.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index 015a82d..a6ae3c1 100644 --- a/src/network/networkd-link.c +++ b/src/