summaryrefslogtreecommitdiff
path: root/docs/automation/vyos-netmiko.rst
diff options
context:
space:
mode:
authorSebastian Weber <s@web3r.de>2024-01-17 21:47:16 +0100
committerSebastian Weber <s@web3r.de>2024-01-17 21:47:16 +0100
commitac79583948672c470d51439644fd6da470e7805e (patch)
treea98fdafbf20427e0625a0c3aa7b2191899c2443f /docs/automation/vyos-netmiko.rst
parentb7ab40f545d4c808a23d644dc12796e24ff6e941 (diff)
downloadvyos-documentation-ac79583948672c470d51439644fd6da470e7805e.tar.gz
vyos-documentation-ac79583948672c470d51439644fd6da470e7805e.zip
Fix typos in automation
Diffstat (limited to 'docs/automation/vyos-netmiko.rst')
-rw-r--r--docs/automation/vyos-netmiko.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/automation/vyos-netmiko.rst b/docs/automation/vyos-netmiko.rst
index e57e0c78..075b0f34 100644
--- a/docs/automation/vyos-netmiko.rst
+++ b/docs/automation/vyos-netmiko.rst
@@ -32,7 +32,7 @@ Example
'set interfaces ethernet eth1 description LAN',
]
- # set congiguration
+ # set configuration
output = net_connect.send_config_set(config_commands, exit_config_mode=False)
print(output)
@@ -69,4 +69,4 @@ Output
vtun10 10.10.0.1/24 u/u
[edit]
-.. _netmiko: https://github.com/ktbyers/netmiko \ No newline at end of file
+.. _netmiko: https://github.com/ktbyers/netmiko