-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev'
* origin/dev: Added router list to ngreport vrf Added terminal size awareness to VLAN group printing Updated path output and error handling for default CIDR match Fixed error handling for empty VRFs Reverted to using netgrphdev.ini for testing Updated test/dev config_file locations, base directory config overrides all others Added -nfilter to netgrph to search on custom filters at runtime Refactored get_networks_on_group to get_networks_on_filter to handle stored config filters or dynamic filters. Completed ngreport on VRFs. VRF Checkpoint Skeleton code for VRF report, documentation update Added -dev report to reporting module Local commit test with VSC Fixed pytest-3 glitch Updated test suite for macos
- Loading branch information
Showing
22 changed files
with
277 additions
and
71 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 @@ | ||
{} |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ netgrphdev.ini | |
netgrphtest.ini | ||
neo4j-queries.txt | ||
build-commands | ||
.vscode/ |
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
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,6 +1,11 @@ | ||
|
||
### v0.7.3 | ||
- Added vrf and dev to ngreport | ||
- Added nfilter to netgrph to pass in custom filters at runtime | ||
- Cleaned up debug netgrph.ini handling | ||
- VLAN Group printing follows terminal size | ||
|
||
### 7/1/16 | ||
### v0.7.0 | ||
- Created public repo | ||
- Added lots of documentation | ||
- Cleaned up config files |
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,21 +1,21 @@ | ||
|
||
|
||
NetDB: | ||
- Add CIDR usage for scope usage reporting | ||
- Add CIDR scope usage reporting | ||
- Add more extensive device reporting | ||
|
||
Reporting: | ||
- VRF Report | ||
- Switch Report | ||
- No name, no root, no router report | ||
|
||
Other: | ||
- Add VRF to -rpath | ||
- Add master -path to netgrph | ||
- Add tabular output option | ||
- built-in paging support | ||
- Group report takes up entire console | ||
|
||
Maintenance: | ||
- Add switch skip on certain neighbors | ||
- Rewrite nglib.net_update using Bolt as Pythonic | ||
- Emulate dict with ngtree | ||
- built-in paging support | ||
- Group report takes up entire console | ||
|
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 +1 @@ | ||
v0.7.2 | ||
v0.7.3 |
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
Oops, something went wrong.