Hi all,
Could someone review my PR and let me know if they have also observed
the problem? I will produce a fix shortly.
http://www.freebsd.org/cgi/query-pr.cgi?pr=56341
Thanks
BMS
___
[EMAIL PROTECTED] mailing list
http
Hi,
I used m_copym() to copy the incoming mbuf and tested to make sure it
returned a valid mbuf. then I changed the tcp ip header and the checksum.
then I ip_forward() the cloned mbuf followed by ip_forward() the orignal
one.
I have even wrapped ip_forward() with splnet() but still it crash the
ke
So this page fault happens where? Maybe you want m_dup() rather than
m_copypacket() - esp. in case you get the page fault when trying to modify
the packet before sending it back to the sender.
Max
> Hi,
> I am using freebsd 4.5 and in the ip_input.c at the place
> where IP decides to forward a
Hi,
I am using freebsd 4.5 and in the ip_input.c at the place
where IP decides to forward a mbuf not destined to itself,
I added one of my function which included a call of ip_forward() to send
out a my m_copyed mbuf to the sender. so basically there are two calls to
ip_forward(), one is to relay
Hi,
> On Fri, 29 Aug 2003 18:18:49 +0300
> Ivo Vachkov <[EMAIL PROTECTED]> said:
ivo> try:
ivo>route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6
You can say `route add -inet6 default ::1 -ifp gif0', or
`route add -inet6 default -interface gif0'.
Sincerely,
--
Hajimu UMEMOTO
On Tue, 2003-09-02 at 22:45, Philip Kizer wrote:
> Donald Burr of Borg <[EMAIL PROTECTED]> wrote:
> [Description of:]
> >Our gateway machine and server gets its own IP, IP A.
> >My desktop machine is hooked up via ethernet. It should get IP B.
> >Same thing as above for my roomie's de