-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation and releasing new version with FortiOS support
- Loading branch information
David Barroso
committed
Apr 24, 2015
1 parent
a087b3b
commit b467dfa
Showing
5 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
FortiOS | ||
------- | ||
|
||
Rollback | ||
~~~~~~~~ | ||
|
||
To make sure the rollback feature works either use only this API to do changes or remember to save your rollback points on the CLI with the command:: | ||
|
||
execute backup config flash your_message | ||
|
||
Atomic Changes | ||
~~~~~~~~~~~~~~ | ||
|
||
FortiOS' plugin will use the "batch" feature. All commands will not go at the same time but all of them will be processed. The sad true is that FortiOS doesn't have any proper tool to apply large chunks of configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,12 @@ Drivers | |
:maxdepth: 2 | ||
|
||
base | ||
|
||
Caveats | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
eos | ||
fortios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setup( | ||
name="napalm", | ||
version="0.11", | ||
version="0.12", | ||
packages=find_packages(), | ||
author="David Barroso", | ||
author_email="[email protected]", | ||
|