[systemd-devel] [PATCH] sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket

2014-10-30 Thread Dan Williams
The raw socket sd_event_source used for DHCP server solicitations was simply dropped on the floor when creating the new UDP socket after a lease has been acquired. Clean it up properly so we're not still listening and responding to events on it. --- src/libsystemd-network/sd-dhcp-client.c | 3

Re: [systemd-devel] [PATCH] sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket

2014-10-30 Thread Tom Gundersen
On Thu, Oct 30, 2014 at 11:03 PM, Dave Reisner d...@falconindy.com wrote: On Thu, Oct 30, 2014 at 09:39:40PM +0100, Tom Gundersen wrote: Applied. Thanks! Does this address: https://bugs.freedesktop.org/show_bug.cgi?id=84661 ?? Yes, it should, closed bug now. Cheers, Tom

Re: [systemd-devel] [PATCH] sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket

2014-10-30 Thread Dave Reisner
On Thu, Oct 30, 2014 at 09:39:40PM +0100, Tom Gundersen wrote: Applied. Thanks! But not pushed? On Thu, Oct 30, 2014 at 8:23 PM, Dan Williams d...@redhat.com wrote: The raw socket sd_event_source used for DHCP server solicitations was simply dropped on the floor when creating the new UDP