]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ip_tunnel: Add fallback tunnels to the hash lists
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 1 Oct 2013 09:34:48 +0000 (11:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:42:16 +0000 (12:42 -0400)
commit67013282627185aeec2fb92c75868dcace0d25b4
treed3d6ade19f30849b05b27c3ebeb9a77c5c0f5eee
parent3e08f4a72f689c6296d336c2aab4bddd60c93ae2
ip_tunnel: Add fallback tunnels to the hash lists

Currently we can not update the tunnel parameters of
the fallback tunnels because we don't find them in the
hash lists. Fix this by adding them on initialization.

Bug was introduced with commit c544193214
("GRE: Refactor GRE tunneling code.")

Cc: Pravin Shelar <pshelar@nicira.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel.c