[Bug 620] Address bits are backwards when setting up port forwarding on Solaris/intel
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Sep 5 18:29:45 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=620
------- Additional Comments From dtucker at zip.com.au 2003-09-05 18:29 -------
Created an attachment (id=384)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=384&action=view)
Show htonl() output
Maybe the problem is in the htonl() macro? What does the attached program
give?
On Solaris/SPARC (bigendian) I get:
htonl 7f000001
ntohl 7f000001
On an Linux/i386 (little endian) I get:
htonl 100007f
ntohl 100007f
Your Solaris/x86 box should give the same results as Linux, however I suspect
it will give the same as the SPARC.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list