Updating description

This commit is contained in:
jb30795 2024-08-07 21:02:00 +01:00
parent 9169254fff
commit 660069865a

View file

@ -19,7 +19,7 @@ class IPv6TransitionAddresses extends Operation {
this.name = "IPv6 Transition Addresses"; this.name = "IPv6 Transition Addresses";
this.module = "Default"; this.module = "Default";
this.description = "Converts IPv4 addresses to their IPv6 Transition addresses. IPv6 Transition addresses can also be converted back into their original IPv4 address. MAC addresses can also be converted into the EUI-64 format, this can them be appended to your IPv6 /64 range to obtain a full /128 address.<br><br>Transition technologies enable translation between IPv4 and IPv6 addresses or tunneling to allow traffic to pass through the incompatible network, allowing the two standards to coexist."; this.description = "Converts IPv4 addresses to their IPv6 Transition addresses. IPv6 Transition addresses can also be converted back into their original IPv4 address. MAC addresses can also be converted into the EUI-64 format, this can them be appended to your IPv6 /64 range to obtain a full /128 address.<br><br>Transition technologies enable translation between IPv4 and IPv6 addresses or tunneling to allow traffic to pass through the incompatible network, allowing the two standards to coexist.<br><br>Remove headers to easily copy out results.";
this.infoURL = "https://wikipedia.org/wiki/IPv6_transition_mechanism"; this.infoURL = "https://wikipedia.org/wiki/IPv6_transition_mechanism";
this.inputType = "string"; this.inputType = "string";
this.outputType = "string"; this.outputType = "string";