Re: [systemd-devel] [PATCH] dhcp-network: remove unused DHCP6_STATE_RS

2014-07-23 Thread Tom Gundersen
Good catch. Applied. Thanks. Tom On Wed, Jul 23, 2014 at 12:18 AM, Dan Williams wrote: > Probably a left-over from when router solicitations were > requested in the DHCP6 code. But since they are now separate, > this state is no longer needed. > > Signed-off-by: Dan Williams > --- > src/lib

[systemd-devel] [PATCH] dhcp-network: remove unused DHCP6_STATE_RS

2014-07-22 Thread Dan Williams
Probably a left-over from when router solicitations were requested in the DHCP6 code. But since they are now separate, this state is no longer needed. Signed-off-by: Dan Williams --- src/libsystemd-network/dhcp6-protocol.h | 1 - src/libsystemd-network/sd-dhcp6-client.c | 4 2 files chang