public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Popov <ixaphire@qrator.net>
To: Sergey Popov <pinkbyte@gentoo.org>
Cc: netdev@vger.kernel.org
Subject: Re: Issue with GRE tunnel, created with "local any" on kernel 3.14
Date: Thu, 31 Jul 2014 12:47:37 +0400	[thread overview]
Message-ID: <20140731124737.442be6f4c55fec059028eae2@qrator.net> (raw)
In-Reply-To: <53D9E22C.6030804@gentoo.org>

On Thu, 31 Jul 2014 10:29:00 +0400
Sergey Popov <pinkbyte@gentoo.org> wrote:

> > I have no patch to fix this issue, but as a workaround, you can use 
> > ip tunnel change tun_test tos inherit.
> 
> Thanks, your workaround works as expected if tos value defined
> explicitly. Though, I do not understand why: iproute2 documentation says
> that default tos value in 'ip tunnel' command is already 'inherit'.

man ip-tunnel says default tos is 00, and that's true. If you're about *.tex
files under iproute2.git/doc, they are more than 10 years old, I doubt if they
are maintained. Otherwise I don't know where you found it.

This workaround works because setting tos=inherit disables tunnel route cache,
which is buggy in your release (it doesn't cache source address).

Btw, thanks for the report, David has accepted the patch today, commit
95cb574 (ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"), so
I think next kernel releases will have it.

      reply	other threads:[~2014-07-31  8:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18 13:01 Issue with GRE tunnel, created with "local any" on kernel 3.14 Sergey Popov
2014-07-18 18:32 ` Dmitry Popov
2014-07-31  6:29   ` Sergey Popov
2014-07-31  8:47     ` Dmitry Popov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140731124737.442be6f4c55fec059028eae2@qrator.net \
    --to=ixaphire@qrator.net \
    --cc=netdev@vger.kernel.org \
    --cc=pinkbyte@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox