Opened 15 years ago
Closed 15 years ago
#5234 closed bug (fixed)
[PATCH] Fix packet size for IPSubService
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #5240 | |
Platform: | All |
Description
The boot net stack's IPService
currently bases the calculation of the payload size on the Ethernet payload instead of the IP-indicated packet size.
The Ethernet payload appears to include some padding bytes, making a difference of between six and ten bytes. This interferes with checksum calculation at IPSubService
level.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ip-packet-size.diff added |
---|
comment:1 by , 15 years ago
Blocking: | 5240 added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks a lot, applied in hrev35016.
Note:
See TracTickets
for help on using tickets.
patch