Thread (4 messages) flat view 4 messages, 3 authors, 2012-08-23

Re[2]: [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling

From: Julian Anastasov <ja@ssi.bg>
Date: 2012-08-22 07:07:16
Also in: netfilter-devel

	Hello,

On Wed, 22 Aug 2012, Hans Schillstrom wrote:
quoted
Perhaps we could change/fix the MTU check in IPVS?
(This would also solve issues I've seen with TSO/GSO frames, hitting
this code path).
I ran into this as well, 
try this for the mtu check.

       if ((!skb->local_df && skb->len > mtu && !skb_is_gso(skb)) ||
           (IP6CB(skb)->frag_max_size && IP6CB(skb)->frag_max_size > mtu)) {
	Better without local_df check, it is our job to
set it.

Regards

--
Julian Anastasov [off-list ref]
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help