Regarding kern/73852,
please help to apply the patch thus we can close this bug.
Cai, Quanqing
caiquanqing at gmail.com
Wed Oct 12 10:59:05 PDT 2005
Hi guys,
I noticed there is bug filed by KIYOHARA Takashi <kiyohara at kk.iij4u.or.jp>
with a patch, link is here:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/73852, I tested if_fwip with
this patch, it works great for me. When we switch byte-order two times on
i386, the byte-order will back to original. if you look at the files
src/lib/libc/i386/net/ntohl.S and src/lib/libc/i386/net/htonl.S, you will
find exact same code:
movl 4(%esp),%eax
bswap %eax
ret
This tells everything.
So I hope somebody can apply the patch made by KIYOHARA Takashi and close
this bug.
Thanks
Cai, Quanqing
More information about the freebsd-net
mailing list