Package: klibc-utils
Version: 1.5.15
Hi!
ipconfig always send DHCPREQUEST twice.
Because its misses DHCPACK and thats makes very long time to get done.
Below I putted diff, I think it should not break there and go though
next.
diff --git a/usr/kinit/ipconfig/main.c b/usr/kinit/ipconfig/main.c
index 619edf7..eb4fa10 100644
--- a/usr/kinit/ipconfig/main.c
+++ b/usr/kinit/ipconfig/main.c
@@ -198,7 +198,7 @@ static int process_receive_event(struct state *s,
time_t now)
dhcp_send_request(s->dev);
break;
}
- break;
case DEVST_DHCPREQ:
s->restart_state = DEVST_DHCPDISC;
Thanks!
Akatsuki
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org