Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2014-01-03 Thread Patrik Flykt
On Fri, 2013-12-20 at 09:47 -0800, Marcel Holtmann wrote: > Hi Tom, > > >>> The first seven patches fix a few issues with the current code. > >>> > >>> Patch 09 adds DHCP lease renewing support when timer T1 triggers. > Using > >>> the UDP socket sending implementation in patch 08, the DHCP lease

Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-22 Thread Tom Gundersen
On Fri, Dec 20, 2013 at 4:16 PM, Patrik Flykt wrote: > The first seven patches fix a few issues with the current code. > > Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using > the UDP socket sending implementation in patch 08, the DHCP lease > renewal is unicasted to the DHCP

Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-22 Thread Tom Gundersen
On Fri, Dec 20, 2013 at 6:47 PM, Marcel Holtmann wrote: > Hi Tom, > The first seven patches fix a few issues with the current code. Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using the UDP socket sending implementation in patch 08, the DHCP lease ren

Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-20 Thread Marcel Holtmann
Hi Tom, >>> The first seven patches fix a few issues with the current code. >>> >>> Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using >>> the UDP socket sending implementation in patch 08, the DHCP lease >>> renewal is unicasted to the DHCP server. This means that systemd-ne

Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-20 Thread Tom Gundersen
On Fri, Dec 20, 2013 at 4:43 PM, Marcel Holtmann wrote: > Hi Patrik, > >> The first seven patches fix a few issues with the current code. >> >> Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using >> the UDP socket sending implementation in patch 08, the DHCP lease >> renewal is

Re: [systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-20 Thread Marcel Holtmann
Hi Patrik, > The first seven patches fix a few issues with the current code. > > Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using > the UDP socket sending implementation in patch 08, the DHCP lease > renewal is unicasted to the DHCP server. This means that systemd-network >

[systemd-devel] [PATCH 00/11] Finalize initial DHCP support

2013-12-20 Thread Patrik Flykt
Hi, The first seven patches fix a few issues with the current code. Patch 09 adds DHCP lease renewing support when timer T1 triggers. Using the UDP socket sending implementation in patch 08, the DHCP lease renewal is unicasted to the DHCP server. This means that systemd-network should hav