Correct handling of IPv6 address used in a net context

This commit is contained in:
Tom Eastep 2011-03-01 13:49:19 -08:00
parent 9f0f3ce216
commit f92349edba

View File

@ -596,6 +596,7 @@ sub validate_6net( $$ ) {
} else {
fatal_error "Invalid Network address ($_[0])" if $_[0] =~ '/' || ! defined $net;
validate_6address $net, $allow_name;
$vlsm = 128;
}
if ( defined wantarray ) {