diff options
author | rebortg <github@ghlr.de> | 2023-01-31 15:43:57 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-31 15:43:57 +0100 |
commit | 7d3fa73deb7b401178df78dcad92999fc0ac2924 (patch) | |
tree | fa0370482e1bc954e9d897a3dd08eac317284a94 | |
parent | a18e7d46e736a9c71f27dd10df8ce53e2db159d1 (diff) | |
download | vyos-documentation-7d3fa73deb7b401178df78dcad92999fc0ac2924.tar.gz vyos-documentation-7d3fa73deb7b401178df78dcad92999fc0ac2924.zip |
tftp: sync branches
-rw-r--r-- | docs/configuration/service/tftp-server.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index 268db872..fe40b234 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -15,8 +15,8 @@ Configuration .. cfgcmd:: set service tftp-server directory <directory> -Enable TFTP service by specifying the `<directory>` which will be used to serve -files. + Enable TFTP service by specifying the `<directory>` which will be used to serve + files. .. hint:: Choose your ``directory`` location carefully or you will loose the content on image upgrades. Any directory under ``/config`` is save at this @@ -24,9 +24,9 @@ files. .. cfgcmd:: set service tftp-server listen-address <address> -Configure the IPv4 or IPv6 listen address of the TFTP server. Multiple IPv4 and -IPv6 addresses can be given. There will be one TFTP server instances listening -on each IP address. + Configure the IPv4 or IPv6 listen address of the TFTP server. Multiple IPv4 and + IPv6 addresses can be given. There will be one TFTP server instances listening + on each IP address. .. cfgcmd:: set service tftp-server listen-address <address> vrf <name> @@ -40,15 +40,15 @@ Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and Forw .. cfgcmd:: set service tftp-server allow-upload -Optional, if you want to enable uploads, else TFTP server will act as read-only -server. + Optional, if you want to enable uploads, else TFTP server will act as a + read-only server. Example ------- Provide TFTP server listening on both IPv4 and IPv6 addresses ``192.0.2.1`` and ``2001:db8::1`` serving the content from ``/config/tftpboot``. Uploading via -TFTP to this server is not allowed! +TFTP to this server is disabled. The resulting configuration will look like: |