diff options
Diffstat (limited to 'upstream/archlinux/man8/iptunnel.8')
-rw-r--r-- | upstream/archlinux/man8/iptunnel.8 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/iptunnel.8 b/upstream/archlinux/man8/iptunnel.8 new file mode 100644 index 00000000..78b86e0a --- /dev/null +++ b/upstream/archlinux/man8/iptunnel.8 @@ -0,0 +1,38 @@ +.TH IPTUNNEL 8 "SEPTEMBER 2009" "" "" +.SH NAME +.B iptunnel +\- creates, changes, deletes, and displays configured tunnels + +.SH SYNOPSIS +.B iptunnel +.RB [< operation >] +.RB [< args >] + +.SH NOTE +.P +This program is obsolete. Please use \fBip tunnel\fR instead, and see +\fBip-tunnel\fR(8) for more information. + +.SH DESCRIPTION +The \fBiptunnel\fR command creates configured tunnels for sending and receiving +IPv6 or IPv4 packets that are encapsulated as the payload of an IPv4 datagram. + +The +.B iptunnel +command can perform one of the following operations: + +.B create +\- create a tunnel interface, which you must subsequently configure. + +.B change +\- change an existing tunnel interface. + +.B delete +\- delete a tunnel interface. You must disable the tunnel before you can delete it. + +.B show +\- show the tunnel attributes (name, tunnel end points, next hop for tunneled packets). + +.SH SEE ALSO +.BR ip-tunnel (8), +.BR ip (8) |