Opened 14 years ago
Closed 14 years ago
#6972 closed bug (fixed)
network not working correctly since r39777
Reported by: | stargatefan | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet/TCP | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
similar problem to sis900 network driver. Latest nightly gcc2h and gcc4h tested with both.
39792 build. I will be rolling back to a previous build that worked. 39695
Attachments (2)
Change History (7)
comment:1 by , 14 years ago
Summary: | nforce network not working correctly → network not working correctly since r39777 |
---|---|
Version: | R1/alpha2 → R1/Development |
by , 14 years ago
Attachment: | syslog_39777.txt added |
---|
by , 14 years ago
comment:2 by , 14 years ago
The attached patch fixes it for me, outgoing packets were working but inbound were not, since it appears that device_interfaces hadn't been counter-balanced to expect the type field to be in network order. Not entirely sure if that's the correct way to go though, Axel?
comment:3 by , 14 years ago
Thanks, it could only have been this change. Rene, your solution is right on track, please apply, and thanks a lot for looking into this; I wouldn't have had any time to look into it before Monday!
comment:4 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied in hrev39812, thanks for reviewing!
I can confirm from testing in VMware, gcc2. The problem arrived with hrev39777, syslog attached.