commit | eda43ce03919f2b929a884fddbefa98cfb04fec9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Apr 12 17:03:20 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 12 17:03:20 2014 -0400 |
tree | f48369e48fdf6aec5d1916537e6f08574e0526d0 | |
parent | 810d8cedcc880dca8b64e05fe1331ab5d4f8d992 [diff] | |
parent | 8d89dcdf80d88007647945a753821a06eb6cc5a5 [diff] |
Merge branch 'tunnels' Nicolas Dichtel says: ==================== tunnels: don't allow to add the same tunnel twice This series fixes 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. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>