From c0e7b643bf78cc7194d33fd0b03173da287fbb3d Mon Sep 17 00:00:00 2001 From: TeamOSEOLA Date: Fri, 5 Apr 2019 09:42:01 -0500 Subject: [PATCH] Fixed typo of Ethernet interface number (#54877) Fixed typo of Ethernet interface number in second wait_for argument +label: docsite_pr --- .../network/user_guide/network_working_with_command_output.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst b/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst index d4bc8fb772e..d486e9ddf8d 100644 --- a/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst +++ b/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst @@ -52,7 +52,7 @@ results in an interface. For instance:: - show interface Ethernet5 | json wait_for: - "result[0].interfaces.Ethernet4.interfaceStatus eq connected" - - "result[1].interfaces.Ethernet4.interfaceStatus eq connected" + - "result[1].interfaces.Ethernet5.interfaceStatus eq connected" In the above example, two commands are executed on the remote device, and the results are evaluated. By specifying the result