Skip to content

Commit 152aad8

Browse files
committed
v6.077
- Allow dual stack service to have protocols icmp and icmpv6 together. Generated rules automatically will use icmp for IPv4 and icmpv6 for IPv6. - Removed support for separate IPv6 topology in subdirectory 'ipv6/'. - Removed options '--ipv6', '-6'. - Removed support for NAT of IPv6 objects. After changing attributes of IPv6 addresses from 'ip' to 'ip6', supporting NAT for IPv6 would need to change NAT attributes to 'ip6', 'hidden6', 'identity6' as well. This seems to be superflous, since nobody uses NAT for IPv6. - Fixed duplicate hosts in print-group from wrong IPv4 network in IPv6 aggregate. - Fixed panic in print-group from wrong IPv4 network in IPv6 hosts generated by 'auto_ipv6_hosts'. - Fixed panic in export-netspoc with rule from IPv4 network to combined IPv4/v6 auto interface. - Changed 'format-netspoc' to print attributes "ip" and "ip6" in one line, if object has no more than 3 attributes.
1 parent 7425360 commit 152aad8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changes

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

3+
6.077 2025-01-27 11:24:26+01:00 Europe/Berlin
4+
5+
- Allow dual stack service to have protocols icmp and icmpv6 together.
6+
Generated rules automatically will use icmp for IPv4 and icmpv6 for IPv6.
37
- Removed support for separate IPv6 topology in subdirectory 'ipv6/'.
48
- Removed options '--ipv6', '-6'.
59
- Removed support for NAT of IPv6 objects.
@@ -9,6 +13,8 @@
913
This seems to be superflous, since nobody uses NAT for IPv6.
1014
- Fixed duplicate hosts in print-group from wrong IPv4 network
1115
in IPv6 aggregate.
16+
- Fixed panic in print-group from wrong IPv4 network in IPv6 hosts
17+
generated by 'auto_ipv6_hosts'.
1218
- Fixed panic in export-netspoc with rule from IPv4 network to
1319
combined IPv4/v6 auto interface.
1420
- Changed 'format-netspoc' to print attributes "ip" and "ip6" in

0 commit comments

Comments
 (0)