From 57818f5b4bac8802f8789cc141e94b9c07726855 Mon Sep 17 00:00:00 2001 From: Eshenko Dmitriy Date: Mon, 29 Nov 2021 14:50:49 +0300 Subject: tftp: Add VRF support --- docs/configuration/service/tftp-server.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index 11011144..b794e703 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -28,6 +28,10 @@ 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
vrf + +Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and Forwarding)` context + .. note:: Configuring a listen-address is essential for the service to work. .. cfgcmd:: set service tftp-server allow-upload -- cgit v1.2.3 From dd7f4793eac57ab64577578162d41fc2d53163a8 Mon Sep 17 00:00:00 2001 From: Eshenko Dmitriy Date: Mon, 29 Nov 2021 14:58:55 +0300 Subject: Create tftp-server.rst --- docs/configuration/service/tftp-server.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index b794e703..ff0a93cf 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -30,7 +30,8 @@ on each IP address. .. cfgcmd:: set service tftp-server listen-address
vrf -Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and Forwarding)` context +Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and +Forwarding)` context .. note:: Configuring a listen-address is essential for the service to work. -- cgit v1.2.3 From 2b09e1b76d483c843699acdf199870e66f3a818b Mon Sep 17 00:00:00 2001 From: Eshenko Dmitriy Date: Mon, 29 Nov 2021 15:37:28 +0300 Subject: Update tftp-server.rst --- docs/configuration/service/tftp-server.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index ff0a93cf..0ca75efe 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -30,8 +30,11 @@ on each IP address. .. cfgcmd:: set service tftp-server listen-address
vrf -Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and -Forwarding)` context +.. stop_vyoslinter + +Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and Forwarding)` context + +.. start_vyoslinter .. note:: Configuring a listen-address is essential for the service to work. -- cgit v1.2.3