Displaying 2 results from an estimated 2 matches for "21448f7".
Did you mean:
14487
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
...y, ipconfig worked before
and after this RFC 2131 conformal change.
Reported-by: Craig Bernstein <cbernstein at stanford.edu>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c
index d4f2c09..21448f7 100644
--- a/usr/kinit/ipconfig/dhcp_proto.c
+++ b/usr/kinit/ipconfig/dhcp_proto.c
@@ -171,7 +171,8 @@ 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 = dev->ip_addr;
+ bootp...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...y, ipconfig worked before
and after this RFC 2131 conformal change.
Reported-by: Craig Bernstein <cbernstein at stanford.edu>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c
index d4f2c09..21448f7 100644
--- a/usr/kinit/ipconfig/dhcp_proto.c
+++ b/usr/kinit/ipconfig/dhcp_proto.c
@@ -171,7 +171,8 @@ 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 = dev->ip_addr;
+ bootp...