]> git.proxmox.com Git - mirror_iproute2.git/commit
iptunnel: Allow GRE_KEY for vti interface
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 5 Dec 2013 16:19:01 +0000 (00:19 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 28 Dec 2013 19:29:53 +0000 (11:29 -0800)
commit1c28bd597bdac6948fe8321f9abf4cb943270d1b
tree78c7e19f079fa3727675a9776cf2c2974c7542a1
parent5e25cf77b9e7d9ae9959db0ac5d731cfbf3b2717
iptunnel: Allow GRE_KEY for vti interface

The vti interface will use GRE_KEY to match the right policy in kernel. So we
can not return fail when the tunnel is vti.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
ip/iptunnel.c