commit | f1fb521f7d94c35e278d76a9198f078223f26799 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Dec 16 21:05:21 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 16 15:20:41 2014 -0500 |
tree | 8c2c239aa92c0a1cbe8256ec70635c265f3a3285 | |
parent | bb1553c800227f33063fe96561af881619447b83 [diff] |
ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup() The encap->type comes straight from Netlink. Validate it against max supported encap types just like ip_encap_hlen() already does. Fixes: a8c5f9 ("ip_tunnel: Ops registration for secondary encap (fou, gue)") Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>