ipv6_expand
Convert abbreviated IPv6 addresses (e.g., '::1' or '2001:db8::1') to their full 128-bit notation, ensuring compatibility and accurate network configuration.
Instructions
Expand abbreviated IPv6 addresses to full notation.
Parameters:
ipv6 — IPv6 address to expand (e.g. '::1' or '2001:db8::1').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipv6 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |