Skip to content

Commit

Permalink
tftp: sync branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg committed Jan 31, 2023
1 parent a18e7d4 commit 7d3fa73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/configuration/service/tftp-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ 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
will be migrated.

.. 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>

Expand All @@ -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:

Expand Down

0 comments on commit 7d3fa73

Please sign in to comment.