diff options
author | Sebastian Weber <s@web3r.de> | 2024-01-17 21:47:16 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-19 20:07:29 +0000 |
commit | 3d927aa7ee2896a0e7c4ab0058fe40441eee20fc (patch) | |
tree | bec8cdd7f6950db3d5df3a8d34dfc88a9e03afa2 /docs/automation/vyos-netmiko.rst | |
parent | 84b4a10bbed21e623da7e6c2d21aff0986398210 (diff) | |
download | vyos-documentation-3d927aa7ee2896a0e7c4ab0058fe40441eee20fc.tar.gz vyos-documentation-3d927aa7ee2896a0e7c4ab0058fe40441eee20fc.zip |
Fix typos in automation
(cherry picked from commit ac79583948672c470d51439644fd6da470e7805e)
Diffstat (limited to 'docs/automation/vyos-netmiko.rst')
-rw-r--r-- | docs/automation/vyos-netmiko.rst | 4 |
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 |