Merge branch 'ipv6_tunnel'
authorDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 20:19:52 +0000 (16:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 20:19:52 +0000 (16:19 -0400)
commit86fa9c424c8ff57fbc2278e90d91bb839ec84ab5
treebc590a02ea4c79082993e0d026d9a6d60b894345
parent5a4ee9a9a066b1600509d968e1e9eab37c8501d8
parentcd0a0bd9b8e157b19aa38eeac30c60f1a0d010bd
Merge branch 'ipv6_tunnel'

Steffen Klassert says:

====================
ipv6: Return an error when adding an already existing tunnel

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>