]> err.no Git - linux-2.6/commit
ipv6 sit: Avoid extra need for compat layer in PRL management.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 16 Jun 2008 23:48:20 +0000 (16:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jun 2008 23:48:20 +0000 (16:48 -0700)
commit2b4743bd6be9fedaa560f8c6dc3997e9ec21b99b
treef456be9cf7fcaf6bcedf66250543bd8787d7ac3a
parent47083fc0735f5145b72fc31236d07339dc52b908
ipv6 sit: Avoid extra need for compat layer in PRL management.

We've introduced extra need of compat layer for ip_tunnel_prl{}
for PRL (Potential Router List) management.  Though compat_ioctl
is still missing in ipv4/ipv6, let's make the interface more
straight-forward and eliminate extra need for nasty compat layer
anyway since the interface is new for 2.6.26.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_tunnel.h
net/ipv6/sit.c