Commit 0353fcd 1 parent b91d153 commit 0353fcd Copy full SHA for 0353fcd
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
{{$NEXT}}
2
2
3
+ - New commandline programs export-netvis and print-path
4
+
5
+ These tools output information as JSON to be used in
6
+ a graph visualization.
7
+
8
+ export-netvis creates a list of all networks and routers
9
+ of the given topology with information useful for visualizing
10
+ the topology.
11
+
12
+ print-path analyzes the given topology and creates a list of
13
+ names of network nodes (routers and networks) between source and
14
+ destination passed via command line.
15
+ To create the list, print-path uses the same path-walk algorithm
16
+ as used in netspoc main program to create ruleset for devices.
17
+
18
+ - Fixed split service from auto intf with IPv4, IPv6
19
+
3
20
6.077 2025-01-27 11:24:26+01:00 Europe/Berlin
4
21
5
22
- Allow dual stack service to have protocols icmp and icmpv6 together.
You can’t perform that action at this time.
0 commit comments