Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 609478 Details for
Bug 854066
[rhel6] lvs: issues with GRO / icmp fragmentation needed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0002-Also-handle-GSO-at-ip_vs_dr_xmit_v6.patch
0002-Also-handle-GSO-at-ip_vs_dr_xmit_v6.patch (text/plain), 974 bytes, created by
Marcelo Ricardo Leitner
on 2012-09-03 21:32:37 UTC
(
hide
)
Description:
0002-Also-handle-GSO-at-ip_vs_dr_xmit_v6.patch
Filename:
MIME Type:
Creator:
Marcelo Ricardo Leitner
Created:
2012-09-03 21:32:37 UTC
Size:
974 bytes
patch
obsolete
>From bc079904a177d515ffda746781a20ebbdd91509a Mon Sep 17 00:00:00 2001 >From: Marcelo Ricardo Leitner <mleitner@redhat.com> >Date: Tue, 24 Jul 2012 14:40:50 -0300 >Subject: [PATCH 2/2] Also handle GSO at ip_vs_dr_xmit_v6 > >Seems this hunk was missed at original upstream commit. >--- > net/netfilter/ipvs/ip_vs_xmit.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/net/netfilter/ipvs/ip_vs_xmit.c b/net/netfilter/ipvs/ip_vs_xmit.c >index ee244e716317f588f663d9cf6e2508abbcf07f65..4d179785af2bbe83a1da982cde1c05316c7be13e 100644 >--- a/net/netfilter/ipvs/ip_vs_xmit.c >+++ b/net/netfilter/ipvs/ip_vs_xmit.c >@@ -817,7 +817,7 @@ ip_vs_dr_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, > > /* MTU checking */ > mtu = dst_mtu(&rt->u.dst); >- if (skb->len > mtu) { >+ if (skb->len > mtu && !skb_is_gso(skb)) { > icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, skb->dev); > dst_release(&rt->u.dst); > IP_VS_DBG_RL("%s(): frag needed\n", __func__); >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 854066
:
609477
| 609478