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/fedora-rawhide/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/fedora-rawhide/man8/iptunnel.8')
-rw-r--r-- | upstream/fedora-rawhide/man8/iptunnel.8 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man8/iptunnel.8 b/upstream/fedora-rawhide/man8/iptunnel.8 new file mode 100644 index 00000000..3f5da841 --- /dev/null +++ b/upstream/fedora-rawhide/man8/iptunnel.8 @@ -0,0 +1,41 @@ +.\" Process this file with +.\" groff -man -Tascii iptunnel.8 +.\" +.TH IPTUNNEL 8 "SEPTEMBER 2009" "" "" +.\" +.\" Man page written by Jiri Popelka <jpopelka AT redhat DOT com> +.\" +.SH NAME +.B iptunnel +\- creates, deletes, and displays configured tunnels + +.SH SYNOPSIS +.B /usr/sbin/iptunnel +.RB [< operation >] +.RB [< args >] + +.SH NOTE +.P +This program is obsolete. For replacement check \fBip tunnel\fR. + +.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 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 (8). |