Changeset 690 for trunk/cgi-bin
- Timestamp:
- 02/06/15 17:28:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r686 r690 961 961 $args{rdns} = '' if !$args{rdns}; 962 962 963 # Could arguably allow this for eg /120 allocations, but end users who get a single v4 IP are 964 # usually given a v6 /64, and most v6 addressing schemes need at least half that address space 965 if ($args{cidr}->{isv6} && $args{rdns} =~ /\%/) { 966 return ('FAIL','Reverse DNS template patterns are not supported for IPv6 allocations'); 967 } 968 963 969 my $sth; 964 970
Note:
See TracChangeset
for help on using the changeset viewer.