Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
-
None
Description
Functions to encode/decode IPv6 functions and possibly other related tasks.
Essentially wrappers around ipv6_ntop() and ipv6_pton() which actually also support IPv4 addresses.
Encoded storage can be in VARBINARY(16); while a native type is possible, this is not urgent/essential to the issue.
Likewise, IPv6 client connectivity is not part of this feature request.
Pieter Ennes (WatchMouse) has written UDFs for this task:
http://labs.watchmouse.com/2009/10/extending-mysql-5-with-ipv6-functions/
code at
http://labs.watchmouse.com/wp-content/uploads/mysql-udf-ipv6-0.3.tar.gz
I'd recommend putting these in as native functions.
Attachments
Issue Links
- is duplicated by
-
MDEV-4051 INET6_ATON() and INET6_NTOA()
- Closed