Skip to content

Commit

Permalink
Update first_steps_config.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Mar 27, 2015
1 parent ed7539d commit 7e21731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/first_steps_config.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
First Steps Manipulating Config
===============================

NAPALM does not try to hide any configuration details. It only tries to provide a common interface and mechanisms to push configuration to the device so you can build your way around it. This method is very useful in combination with tools like `Ansible<http://www.ansible.com>`_.
NAPALM does not try to hide any configuration details. It only tries to provide a common interface and mechanisms to push configuration to the device so you can build your way around it. This method is very useful in combination with tools like `Ansible <http://www.ansible.com>`_.

Connecting to the device
------------------------
Expand Down Expand Up @@ -73,4 +73,4 @@ Merging configuration is equally easy but you need to load the configuration wit
We can commit and rollback the changes in the same way as before:

>>> device.commit_config()
>>> device.rollback()
>>> device.rollback()

0 comments on commit 7e21731

Please sign in to comment.