summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2000-12-29 01:10:01 +0000
committerhpa <hpa>2000-12-29 01:10:01 +0000
commit0f521d2df21e8a18c23717891c49022100a41cce (patch)
tree08f540d1ce7e477298a4170c404e1d09c92be68e
parent10fffd2df16e82dd6ea7f43a89dc49795c7de28a (diff)
downloadsyslinux-0f521d2df21e8a18c23717891c49022100a41cce.tar.gz
First we query packet 2 (DHCPACK).
-rw-r--r--pxelinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 83035df8..9f33e884 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -3796,14 +3796,14 @@ PXENVEntry dw pxe_thunk,0
;
pxe_bootp_query_pkt:
.status: dw 0 ; Status
-.packettype: dw 3 ; DHCPACK packet
+.packettype: dw 2 ; DHCPACK packet
.buffersize: dw trackbufsize ; Packet size
.buffer: dw trackbuf, 0 ; seg:off of buffer
.bufferlimit: dw trackbufsize ; Unused
pxe_bootp_size_query_pkt:
.status: dw 0 ; Status
-.packettype: dw 3 ; DHCPACK packet
+.packettype: dw 2 ; DHCPACK packet
.buffersize: dw 0 ; Packet size
.buffer: dw 0, 0 ; seg:off of buffer
.bufferlimit: dw 0 ; Unused