diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man8/iptunnel.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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) |