netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] tunnels: don't allow to add the same tunnel twice
@ 2014-04-11 13:51 Nicolas Dichtel
  2014-04-11 13:51 ` [PATCH net 1/2] gre: " Nicolas Dichtel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nicolas Dichtel @ 2014-04-11 13:51 UTC (permalink / raw)
  To: davem; +Cc: netdev


This serie fix the check of an existing tunnel with the same parameters when
a new tunnel is added.
I've checked all users of ip_tunnel_newlink(): gre, gretap, ipip and vti. The
bug exists only for gre and vti.

 net/ipv4/ip_gre.c | 2 +-
 net/ipv4/ip_vti.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Regards,
Nicolas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-12 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 13:51 [PATCH net 0/2] tunnels: don't allow to add the same tunnel twice Nicolas Dichtel
2014-04-11 13:51 ` [PATCH net 1/2] gre: " Nicolas Dichtel
2014-04-11 13:51 ` [PATCH net 2/2] vti: " Nicolas Dichtel
2014-04-12 21:04 ` [PATCH net 0/2] tunnels: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).