Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Had to get subnet enabled for  IPv6 - Mark.
  • Taylor blocks ipv6 by default for security reasons, so had to request to enable IPv6 for pinger in Taylor (INC0175010) - Karl
  • Modifications to the PAN rules - Kent
  • It will need an IPv6 address in NetDB

Other hosts with IPv6 capability:

...

Modified to enable both the hostname and IPv6 address to be the same.

traceroute.pl

Modified to make work on Solaris and Linux:

my $version="7.3, 12/13/2017, Les Cottrell";
# Added \[\] to untainting of dig command. Appears to be needed for IPv6.
# Do not avoid testing internal domains if server is IPv6 host,
# Added avoid calling gethostbyname6 if hostname is already an ipv6 address
# Fixed how Solaris mis-interprets system(@args) sometimes (saw in IPv6)