You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New commandline programs export-netvis and print-path have been added.
These tools output information as JSON to be used in
a graph visualization.
export-netvis creates a list of all networks and routers
of the given topology with information useful for visualizing
the topology.
print-path analyzes the given topology and creates a list of
names of network nodes (routers and networks) between source and
destination passed via command line.
To create the list, print-path uses the same path-walk algorithm
as used in netspoc main program to create ruleset for devices.
- Aggregate with IPv4 IP 0.0.0.0/0 no longer matches IPv6 addresses.
Aggregate with IPv6 IP ::/0 no longer matches IPv4 addresses.
- Fixed split service from auto intf with IPv4, IPv6
- Command 'export-netspoc' no longer strips comments and ";"
from description in details of exported service.
0 commit comments