* Netfilter, IP Fragmentation, and local_out hook
@ 2003-05-17 3:44 Nico
0 siblings, 0 replies; only message in thread
From: Nico @ 2003-05-17 3:44 UTC (permalink / raw)
To: netfilter
Hi,
I'm currently developing a routing protocol and I used netfilter (ipv4)
for that. I placed a function on local_out hook and my routing protocol
has to add some data to some incoming skbuff.
Sometimes, i received skbuff with a size of the net device mtu, and so i
must do some ip fragmentation after adding data for my protocol.
My pb is that skbuffs seem to arrive at local_out hook already
fragmented, with an IP_DF flags set to 1 and IP_MF flags set to 0. I
tried to dump any skbuff passing through local_out hook without altering
them to see this fact. I tried sending packet with a ping -s 2000 for
example.
Is there a way to have non-fragmented skbuff with netfilter ? Because i
want to handle fragmentation with my protocol...
Thx in advance
N. Plessis
PS: sorry for my bad english...
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-17 3:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-17 3:44 Netfilter, IP Fragmentation, and local_out hook Nico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox