Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] ipv6: Return an error when adding an already existing tunnel
@ 2014-09-22  8:07 Steffen Klassert
  2014-09-22  8:07 ` [PATCH net 1/3] ip6_tunnel: Return an error when adding an " Steffen Klassert
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steffen Klassert @ 2014-09-22  8:07 UTC (permalink / raw)
  To: David Miller; +Cc: Steffen Klassert, netdev

The ipv6 tunnel locate functions should not return an existing
tunnel if create is true. Otherwise it is possible to add the
same tunnel multiple times without getting an error.

All our ipv6 tunnels have this bug from the very beginning.
Only the sit tunnel was fixed some years ago with:

commit 8db99e57175 ("sit: Fail to create tunnel, if it already exists").

This patchset fixes the remaining ipv6 tunnels.

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

end of thread, other threads:[~2014-09-26  4:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22  8:07 [PATCH net 0/3] ipv6: Return an error when adding an already existing tunnel Steffen Klassert
2014-09-22  8:07 ` [PATCH net 1/3] ip6_tunnel: Return an error when adding an " Steffen Klassert
2014-09-22  8:07 ` [PATCH net 2/3] ip6_vti: " Steffen Klassert
2014-09-22  8:07 ` [PATCH net 3/3] ip6_gre: " Steffen Klassert
2014-09-26  4:44 ` [PATCH net 0/3] ipv6: Return an error when adding an already " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox