Package: klibc-utils
Version: 1.5.15

ciaddr must be 0.0.0.0, not 255.255.255.255.


diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/ dhcp_proto.c
index f3cfd52..a6f8b11 100644
--- a/usr/kinit/ipconfig/dhcp_proto.c
+++ b/usr/kinit/ipconfig/dhcp_proto.c
@@ -175,7 +175,7 @@ static int dhcp_send(struct netdev *dev, struct iovec *vec)
        bootp.htype     = dev->hwtype;
        bootp.hlen      = dev->hwlen;
        bootp.xid       = dev->bootp.xid;
-       bootp.ciaddr    = INADDR_NONE;
+       bootp.ciaddr    = INADDR_ANY;
        bootp.yiaddr    = dev->ip_addr;
        bootp.giaddr    = INADDR_ANY;
        bootp.secs      = htons(time(NULL) - dev->open_time);


Some server ignore with this.
Thanks!

Akatsuki



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to