Changeset 1048 for branches/stable/DNSDB.pm
- Timestamp:
- 02/27/26 18:02:02 (4 hours ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
- Property svn:mergeinfo changed
/trunk merged: 834-837,840-841,843,852,889-890
- Property svn:mergeinfo changed
-
branches/stable/DNSDB.pm
r1047 r1048 1955 1955 1956 1956 if ($cn) { 1957 # "natural n'th IP in the block" pattern 1958 $$tmpl =~ s/$cn/$ipindex+1/e; 1957 # "n'th natural IP in the block" pattern. 1958 my $iptmp = new NetAddr::IP $ip; 1959 my $natdex = scalar($iptmp - $$subnet); 1960 $natdex++; 1961 $$tmpl =~ s/$cn/$natdex/; 1959 1962 } 1960 1963
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)