From: Michael Tremer Date: Sun, 31 Mar 2019 15:23:07 +0000 (+0200) Subject: man: Convert network-zone-ip-tunnel(8) to asciidoc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e94de3efa35088eb322ced2653efeec5f5c29fd;p=network.git man: Convert network-zone-ip-tunnel(8) to asciidoc Signed-off-by: Michael Tremer --- diff --git a/man/network-zone-ip-tunnel.txt b/man/network-zone-ip-tunnel.txt new file mode 100644 index 00000000..cb30731e --- /dev/null +++ b/man/network-zone-ip-tunnel.txt @@ -0,0 +1,35 @@ += network-zone-ip-tunnel(8) +Michael Tremer + +== NAME +network-zone-ip-tunnel - Manage IP Tunnels + +== SYNOPSIS +[verse] +`network zone new ZONE ip-tunnel ...` +`network zone ZONE edit ...` + +== DESCRIPTION +The ip-tunnel hook is used to create IP tunnels that use protocols like GRE to +encapsulate IP packets. + +== OPTIONS +The following options are understood: + +`--mode=MODE`:: + Sets the protocol that is being used to encapsulate IP packets. + Currently only **GRE** is supported. + +`--peer=PEER`:: + The address of the peer that terminates the remote end of this tunnel. + + + If left empty, connections from any IP address will be accepted. + +`--local-address=LOCAL-ADDRESS`:: + The local IP address the tunnel originates from. + + + This is optional and if unset a useful default will be used. + +== SEE ALSO +link:network[8], +link:network-zone[8] diff --git a/man/network-zone-ip-tunnel.xml b/man/network-zone-ip-tunnel.xml deleted file mode 100644 index a1cc2579..00000000 --- a/man/network-zone-ip-tunnel.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - network-zone-ip-tunnel - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-zone-ip-tunnel - 8 - - - - network-zone-ip-tunnel - Network Configuration Control Program - - - - - network zone new ZONE ip-tunnel ... - - - - network zone ZONE edit ... - - - - - Description - - - The ip-tunnel hook is used to create IP tunnels that use protocols - like GRE to encapsulate IP packets. - - - - - Options - - - The following options are understood: - - - - - - - - - - - Sets the protocol that is being used to encapsulate - IP packets. - Currently only gre is supported. - - - - - - - - - - - - The address of the peer that terminates the remote - end of this tunnel. - - - - If left empty, connections from any IP address will - be accepted. - - - - - - - - - - - - The local IP address the tunnel originates from. - - - - This is optional and if unset a useful default will be used. - - - - - - - - See Also - - - - network - 8 - , - - network-zone - 8 - - - -