ssh doesn't work with OpenVPN anymore but ping does. I've bisected it down to Commit d55d87fdff8252d0e2f7c28c2d443aee17e9d70f net: Move rx skb_orphan call to where needed
Reply-To: acme@redhat.com Em Sat, Jun 27, 2009 at 10:23:04PM +0000, bugzilla-daemon@bugzilla.kernel.org escreveu: > http://bugzilla.kernel.org/show_bug.cgi?id=13639 > > Summary: tun regression > Product: Networking > Version: 2.5 > Kernel Version: 2.6.31-rc1 > Platform: All > OS/Version: Linux > Tree: Mainline > Status: NEW > Severity: normal > Priority: P1 > Component: Other > AssignedTo: acme@ghostprotocols.net > ReportedBy: alessandro.guido@gmail.com > Regression: Yes > > > ssh doesn't work with OpenVPN anymore but ping does. > > I've bisected it down to > > Commit d55d87fdff8252d0e2f7c28c2d443aee17e9d70f > net: Move rx skb_orphan call to where needed DNS as well doesn't work here, only ping, reverted the above cset and got it working again (vpnc here). - Arnaldo
On Sun, Jun 28, 2009 at 05:32:08PM -0300, Arnaldo Carvalho de Melo wrote: > > DNS as well doesn't work here, only ping, reverted the above cset and > got it working again (vpnc here). This is a dup of bug 13627 which is already fixed. Cheers,
Reply-To: acme@redhat.com Em Mon, Jun 29, 2009 at 08:49:42AM +0800, Herbert Xu escreveu: > On Sun, Jun 28, 2009 at 05:32:08PM -0300, Arnaldo Carvalho de Melo wrote: > > > > DNS as well doesn't work here, only ping, reverted the above cset and > > got it working again (vpnc here). > > This is a dup of bug 13627 which is already fixed. OK, its just that I'm not using net-2.6.git, must then wait for next time Linus pulls it. - Arnaldo
Confirmed fixed with latest Linus' tree. Thanks. *** This bug has been marked as a duplicate of bug 13627 ***