netdiff icon indicating copy to clipboard operation
netdiff copied to clipboard

Python library for parsing network topology data (eg: dynamic routing protocols, OpenVPN, NetJSON, CNML) and detect changes.

Results 6 netdiff issues
Sort by recently updated
recently updated
newest added

Please, can you write a a netdiff parser for fetching routing info from bird daemon version 2?

Curious - will this tool output "dot" formatted files for using a tool like GraphViz for plotting the graph ? https://en.wikipedia.org/wiki/DOT_(graph_description_language) If not, this may be a really neat format...

The _netjson_networkgraph function is used to generate a NetJSON NetworkGraph. https://github.com/openwisp/netdiff/blob/master/netdiff/utils.py#L127 Right now it is more like an internal function. It would be nice providing it to the module users...

At the moment having links with same target and source is not possible (the second is discarded by networkX).

enhancement

A node might be referenced one time with an id and another time with one of its aliases. In such a case netdiff would consider the topology changed. The `local_addresses`...

enhancement

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and #258, @​facutuesca💰 added a nudge message with a magic link...

dependencies
github_actions