This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from napalm-automation/develop
Release 0.4.0 - master
- Loading branch information
Showing
19 changed files
with
1,192 additions
and
282 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
### Description of Issue/Question | ||
|
||
|
||
### Did you follow the steps from https://github.com/napalm-automation/napalm#faq | ||
[ ] Yes | ||
[ ] No | ||
|
||
|
||
### Setup | ||
|
||
### napalm-nxos version | ||
(Paste verbatim output from `pip freeze | grep napalm-nxos` between quotes below) | ||
|
||
``` | ||
|
||
``` | ||
|
||
### NX-OS version | ||
(Paste verbatim output from `show version | json` between quotes below) | ||
|
||
``` | ||
|
||
``` | ||
|
||
### Steps to Reproduce the Issue | ||
|
||
### Error Traceback | ||
(Paste the complete traceback of the exception between quotes below) | ||
|
||
``` | ||
|
||
``` |
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 @@ | ||
<!-- Make sure you have read http://napalm.readthedocs.io/en/latest/contributing/index.html --!> |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[![PyPI](https://img.shields.io/pypi/v/napalm-nxos.svg)](https://pypi.python.org/pypi/napalm-nxos) | ||
[![PyPI](https://img.shields.io/pypi/dm/napalm-nxos.svg)](https://pypi.python.org/pypi/napalm-nxos) | ||
[![Build Status](https://travis-ci.org/napalm-automation/napalm-nxos.svg?branch=master)](https://travis-ci.org/napalm-automation/napalm-nxos) | ||
[![Coverage Status](https://coveralls.io/repos/github/napalm-automation/napalm-nxos/badge.svg?branch=master)](https://coveralls.io/github/napalm-automation/napalm-nxos) | ||
|
||
# napalm-nxos |
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
Oops, something went wrong.