> Tested tonight. Traceroute still broken. It always sends fragmented
> packet at offset 64 when using the -F option.
This is a byte-ordering problem.
In the source (in the command line option processing for -F in main())
change IP_DF to htons(IP_DF).
Erik
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
- Re: linux protocol module (dev_add_pack() ) Andi Kleen
- Re: linux protocol module (dev_add_pack... Janne P�nk�l�
- Re: linux protocol module (dev_add_pack() ) Alan Cox
- linux firewall module ((un)register_fir... Janne P�nk�l�
- module interaction with userspace (/pro... Janne P�nk�l�
- Re: [bug report] traceroute broken / looks kernel or pla... kuznet
- Re: [bug report] traceroute broken / looks kernel o... Fr�d�ric Detienne
- Re: [bug report] traceroute broken / looks kernel o... Fr�d�ric Detienne
- Re: [bug report] traceroute broken / looks kern... kuznet
- Erik Nygren
