Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/napalm-automation/napalm in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
dbarrosop committed Oct 31, 2016
2 parents 3766055 + 892bc74 commit 4cf701a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/support/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ _ EOS JunOS IOS-XR FortiOS IBM NXOS I
**get_probes_config** |no| |yes| |yes| |no| |no| |no| |no| |no| |no|
**get_probes_results** |no| |yes| |yes| |no| |no| |no| |no| |no| |no|
**get_users** |yes| |yes| |yes| |no| |no| |yes| |no| |yes| |no|
**get_optics** |yes| |yes| |yes| |no| |no| |no| |no| |no| |no|
**get_optics** |yes| |yes| |yes| |no| |no| |no| |no| |no| |no|
**get_config** |yes| |yes| |yes| |yes| |no| |no| |no| |yes| |no|
============================== ===== ===== ====== ======= ====== ====== ===== ========= =========

Expand Down Expand Up @@ -144,6 +144,8 @@ ____________________________________
* :code:`global_delay_factor` (ios) - Allow for additional delay in command execution (default: .5).
* :code:`nxos_protocol` (nxos) - Protocol to connect with. Only 'https' and 'http' allowed (default: 'http').
* :code:`enable_password` (eos) - Password required to enter privileged exec (enable) (default: '').
* :code:`allow_agent` (ios) - Paramiko argument, enable connecting to the SSH agent (default: 'False').
* :code:`use_keys` (ios) - Paramiko argument, enable searching for discoverable private key files in ~/.ssh/ (default: 'False').


Adding optional arguments to NAPALM drivers
Expand Down

0 comments on commit 4cf701a

Please sign in to comment.