Re: [PATCH] core: fix bug with ignore-carrier and master/slave devices (rh #1083521)

2014-04-02 Thread poma
On 02.04.2014 16:36, Dan Williams wrote: > On Wed, 2014-04-02 at 09:18 -0500, Dan Williams wrote: >> Even ignore-carrier devices need to be aware of carrier-up events so >> they can continue DHCP when the link comes up. They just ignore all >> carrier-down events. > > Acked by thaller & danw on I

Re: [PATCH] core: fix bug with ignore-carrier and master/slave devices (rh #1083521)

2014-04-02 Thread Dan Williams
On Wed, 2014-04-02 at 09:18 -0500, Dan Williams wrote: > Even ignore-carrier devices need to be aware of carrier-up events so > they can continue DHCP when the link comes up. They just ignore all > carrier-down events. Acked by thaller & danw on IRC, pushed to master. Does this fix the issue for

[PATCH] core: fix bug with ignore-carrier and master/slave devices (rh #1083521)

2014-04-02 Thread Dan Williams
Even ignore-carrier devices need to be aware of carrier-up events so they can continue DHCP when the link comes up. They just ignore all carrier-down events. --- src/devices/nm-device.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/devices/nm-device.c b/src/devic