From 9a4587155b4c3eab5b50f272a1d214fe9e7ed878 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Thu, 29 Feb 2024 11:07:21 +0000 Subject: [PATCH] #2257: specifically stating that enpoint refs are node hostnames + remove TODO --- docs/source/configuration/simulation.rst | 4 ++-- .../simulation_components/system/services/ftp_client.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/configuration/simulation.rst b/docs/source/configuration/simulation.rst index 89c1669b..e2fa5476 100644 --- a/docs/source/configuration/simulation.rst +++ b/docs/source/configuration/simulation.rst @@ -73,7 +73,7 @@ The human readable name for the link. Not used in code, however is useful for a ``endpoint_a_ref`` ^^^^^^^^^^^^^^^^^^ -The name of the node which must be connected. +The ``hostname`` of the node which must be connected. ``endpoint_a_port`` ^^^^^^^^^^^^^^^^^^^ @@ -84,7 +84,7 @@ This accepts an integer value e.g. if port 1 is to be connected, the configurati ``endpoint_b_ref`` ^^^^^^^^^^^^^^^^^^ -The name of the node which must be connected. +The ``hostname`` of the node which must be connected. ``endpoint_b_port`` ^^^^^^^^^^^^^^^^^^^ diff --git a/docs/source/simulation_components/system/services/ftp_client.rst b/docs/source/simulation_components/system/services/ftp_client.rst index 604ef8e8..259a626d 100644 --- a/docs/source/simulation_components/system/services/ftp_client.rst +++ b/docs/source/simulation_components/system/services/ftp_client.rst @@ -26,7 +26,7 @@ Usage ===== - Install on a Node via the ``SoftwareManager`` to start the FTP client service. -- Service runs on FTP (command) port 21 by default. (TODO: look at in depth implementation of FTP PORT command) +- Service runs on FTP (command) port 21 by default - Execute sending a file to the FTP server with ``send_file`` - Execute retrieving a file from the FTP server with ``request_file``