Skip to content

Commit 8fe73a6

Browse files
committed
the BOOTP multicast flag isn't needed
1 parent c848f14 commit 8fe73a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netboot.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,9 @@ bootp_prepare(void)
430430
out.bootp.xid[1] = XID1;
431431
out.bootp.xid[2] = XID2;
432432
out.bootp.xid[3] = XID3;
433+
/* not needed
433434
out.bootp.flags[0] = BOOTP_MULTICAST_HIGH;
435+
*/
434436
for (i = 0; i < sizeof(mac_addr); i++)
435437
out.bootp.chaddr[i] = pgm_read_byte(&(mac_addr[i]));
436438

0 commit comments

Comments
 (0)