Re: [systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support

2014-03-19 Thread Patrik Flykt
On Mon, 2014-03-17 at 15:08 +0100, Zbigniew Jędrzejewski-Szmek wrote: > > If there are no more comments, I can probably go ahead and apply > > these four patches? > > Yes, they look fine. Rebased to latest taking Tom's changes from yesterday into account and applied these. Cheers, Patri

Re: [systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support

2014-03-17 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 17, 2014 at 03:47:34PM +0200, Patrik Flykt wrote: > On Sat, 2014-03-15 at 04:02 +0100, Zbigniew Jędrzejewski-Szmek wrote: > > This means that I can complain about spelling :) There's no such word > > as "broadcasted". Past tense and adjective are "broadcast". > > Yes :-) Spelling fixed

Re: [systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support

2014-03-17 Thread Patrik Flykt
On Sat, 2014-03-15 at 04:02 +0100, Zbigniew Jędrzejewski-Szmek wrote: > This means that I can complain about spelling :) There's no such word > as "broadcasted". Past tense and adjective are "broadcast". Yes :-) Spelling fixed. > > -if (client->state == DHCP_STATE_REQUESTI

Re: [systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support

2014-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 13, 2014 at 01:01:52PM +0200, Patrik Flykt wrote: > Init-Reboot is tried if a client IP address has been given when > the DHCP client is started. In Init-Reboot, start by sending a > broadcasted DHCP Request including the supplied client IP address > but without the server identifier. A

[systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support

2014-03-13 Thread Patrik Flykt
Init-Reboot is tried if a client IP address has been given when the DHCP client is started. In Init-Reboot, start by sending a broadcasted DHCP Request including the supplied client IP address but without the server identifier. After sending the request, enter Reboot state. If a DHCP Ack is receiv