Skip to content

Commit 82f22aa

Browse files
committed
Merge pull request #122 from dbarrosop/master
Updated documentation
2 parents 157f6b9 + 51bfcc5 commit 82f22aa

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Diff for: docs/support/index.rst

+10-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@ Getters support matrix
5656
.. |yes| unicode:: U+02705 .. Yes
5757
.. |no| unicode:: U+0274C .. No
5858

59-
====================== ===== ===== ====== ======= ====== ====== ======
60-
_ EOS JunOS IOS-XR FortiOS IBM NXOS IOS
61-
====================== ===== ===== ====== ======= ====== ====== ======
62-
**get_facts** |yes| |yes| |yes| |yes| |no| |yes| |yes|
63-
**get_interfaces** |yes| |yes| |yes| |yes| |no| |yes| |yes|
64-
**get_lldp_neighbors** |yes| |yes| |yes| |yes| |no| |yes| |yes|
65-
====================== ===== ===== ====== ======= ====== ======
59+
========================== ===== ===== ====== ======= ====== ====== ======
60+
_ EOS JunOS IOS-XR FortiOS IBM NXOS IOS
61+
========================== ===== ===== ====== ======= ====== ====== ======
62+
**get_facts** |yes| |yes| |yes| |yes| |no| |yes| |yes|
63+
**get_interfaces** |yes| |yes| |yes| |yes| |no| |yes| |yes|
64+
**get_lldp_neighbors** |yes| |yes| |yes| |yes| |no| |no| |no|
65+
**get_bgp_neighbors** |yes| |yes| |yes| |yes| |no| |no| |no|
66+
**get_environment** |yes| |yes| |yes| |yes| |no| |no| |no|
67+
**get_interface_counters** |yes| |yes| |yes| |yes| |no| |no| |no|
68+
========================== ===== ===== ====== ======= ====== ====== ======
6669

6770
Caveats
6871
-------

Diff for: docs/support/ios.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IOS
2-
----
2+
---
33

44

55
Prerequisites
@@ -9,7 +9,7 @@ IOS has no native API to play with, that's the reason why we used the Netmiko li
99
Having Netmiko installed in your working box is a prerequisite.
1010

1111
Notes on configuration comparing
12-
_____
12+
________________________________
1313

1414
Using the ``compare_config()`` method, we'll have in return a list of commands that will be merged with the current configuration.
1515
Since no configuration replacement's been implremented, this is the only comparison we can obtain.
@@ -21,7 +21,7 @@ Merges are currently implemented by simply applying the the merge config line by
2121
As a result, merges are **not atomic**.
2222

2323
Notes on configuration rollback
24-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525

2626
There is no magic here. Since IOS doesn't support any checkpoint config, what we can do is removing all the commands from the previous commit.
2727
The 'no' keyword will be added to each command and it will be sent again. The system is smart enough to understand parent/child commands.

0 commit comments

Comments
 (0)