-
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.
- Added quickpath syntax [netgrph ip1 ip2] - Added -allpaths and -singlepath options - Most pathfinding bugs resolved - Merged prod and dev test suite - Improved debugging support
- Loading branch information
Showing
11 changed files
with
202 additions
and
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
|
||
|
||
NetDB: | ||
- Add CIDR scope usage reporting | ||
- Add more extensive device reporting | ||
|
||
Reporting: | ||
- No name, no root, no router report | ||
|
||
Other: | ||
- Add VRF to -rpath | ||
- Add master -path to netgrph | ||
- Add tabular output option | ||
- Add distance option for traversals | ||
- 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 | ||
- Rewrite py2neo cypher queries with py2neo v3.0 | ||
- Change py2neo to use bolt driver by default | ||
|
||
|
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 |
---|---|---|
|
@@ -124,4 +124,5 @@ def strip_ngtree(ngtree, top=True): | |
elif top: | ||
newtree[en] = ngtree[en] | ||
|
||
return newtree | ||
return newtree | ||
|
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.