Right now the module only supports ipv4 addresses. Add support for ipv6 address too. We can change the complete current implementation and just use the symfony Symfony\Component\HttpFoundation\IpUtils - ipcheck function. Would be faster and better.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

akanksha-hp created an issue. See original summary.

bibliophileaxe’s picture

Assigned: bibliophileaxe » Unassigned
Status: Active » Needs review
StatusFileSize
new2 KB

Used ipcheck function to compare both ipv6 and ipv4 values.

shubhangi1995’s picture

StatusFileSize
new2.03 KB

Patch as per 3.X version