Netdev List
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: jbenc@redhat.com
Cc: netdev@vger.kernel.org, pshelar@nicira.com, tgraf@suug.ch,
	simon.horman@netronome.com
Subject: Re: [PATCH net v3 0/2] gre: fix lwtunnel support
Date: Thu, 28 Apr 2016 17:03:03 -0400 (EDT)	[thread overview]
Message-ID: <20160428.170303.1948944948892219094.davem@davemloft.net> (raw)
In-Reply-To: <cover.1461747398.git.jbenc@redhat.com>

From: Jiri Benc <jbenc@redhat.com>
Date: Wed, 27 Apr 2016 11:29:05 +0200

> This patchset fixes a few bugs in ipgre metadata mode implementation.
> 
> As an example, in this setup:
> 
> ip a a 192.168.1.1/24 dev eth0
> ip l a gre1 type gre external
> ip l s gre1 up
> ip a a 192.168.99.1/24 dev gre1
> ip r a 192.168.99.2/32 encap ip dst 192.168.1.2 ttl 10 dev gre1
> ping 192.168.99.2
> 
> the traffic does not go through before this patchset and does as expected
> with it applied.
> 
> v3: Back to v1 in order not to break existing users. Dropped patch 3, will
>     be fixed in iproute2 instead.
> v2: Rejecting invalid configuration, added patch 3, dropped patch for
>     ETH_P_TEB (will target net-next).

Series applied, thanks Jiri.

      parent reply	other threads:[~2016-04-28 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27  9:29 [PATCH net v3 0/2] gre: fix lwtunnel support Jiri Benc
2016-04-27  9:29 ` [PATCH net v3 1/2] gre: do not assign header_ops in collect metadata mode Jiri Benc
2016-04-27  9:29 ` [PATCH net v3 2/2] gre: build header correctly for collect metadata tunnels Jiri Benc
2016-04-28 21:03 ` David Miller [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=20160428.170303.1948944948892219094.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jbenc@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pshelar@nicira.com \
    --cc=simon.horman@netronome.com \
    --cc=tgraf@suug.ch \
    /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