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
- 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.
0 commit comments