Skip to content

Commit a59e549

Browse files
committed
v6.078
- 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.
1 parent 8de849c commit a59e549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{{$NEXT}}
22

3+
6.078 2025-02-24 14:42:54+01:00 Europe/Berlin
4+
35
- New commandline programs export-netvis and print-path have been added.
46

57
These tools output information as JSON to be used in

0 commit comments

Comments
 (0)