]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
TUNNEL: Split common functions to export them.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Fri, 24 Nov 2006 03:27:03 +0000 (12:27 +0900)
committerStephen Hemminger <shemminger@osdl.org>
Mon, 27 Nov 2006 16:41:10 +0000 (08:41 -0800)
commitd9bd1bd945b12b52e7825aa2742fa15ffa09651a
treeb0c89f74f46842508f81d1601d1e7521ad2e33ca
parent141bb60640efb17844b9b9c87d62f679c3036238
TUNNEL: Split common functions to export them.

Split common functions like ioctl to export them.
This is a preparation to support to configure IPv6-over-IPv6 tunnel.
This patch also includes minor improvemen:
 o to stop to include unused headers
 o to change function static if it is not needed to be exported

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
ip/Makefile
ip/iptunnel.c
ip/tunnel.c [new file with mode: 0644]
ip/tunnel.h [new file with mode: 0644]