5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-26 07:21:26 +03:00
This commit is contained in:
Dietmar Maurer 2015-04-23 09:14:48 +02:00
parent ed5880acdc
commit 93276209cc

View File

@ -155,7 +155,7 @@ sub pve_verify_ipv4 {
}
register_format('ipv6', \&pve_verify_ipv6);
sub pve_verify_ipv4 {
sub pve_verify_ipv6 {
my ($ipv6, $noerr) = @_;
if ($ipv6 !~ m/^(?:$IPV6RE)$/) {