diff options
| author | Robert Göhler <github@ghlr.de> | 2024-01-19 21:06:51 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 21:06:51 +0100 | 
| commit | 4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7 (patch) | |
| tree | fab3d39ba75743c2f7fa302aedf5d46194bb8204 /docs/automation/vyos-netmiko.rst | |
| parent | eeffa32cf0c486fc12dba86d30c365f9b521652a (diff) | |
| parent | a5cb164d9a813ffbb1048244d53158fc6add1e58 (diff) | |
| download | vyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.tar.gz vyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.zip  | |
Merge pull request #1247 from sebweb3r/spellfix
Fix some spell mistakes
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  | 
