Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Jun 9, 2011
1 parent ec12bb3 commit f13b5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/tinydns/tinydns.inc
Expand Up @@ -866,8 +866,7 @@ function tinydns_get_ip_subnet_arpa($ip, $ipmask) {
return array($subnet,$arpaip);
}

/* in-add.arpa IP calculated from D.C.B.A and Mask to A.B.C.D.in-addr.arpa */
/* subnet IP calculated from A.B.C.D and Mask */
/* ip6.arpa IP calculated from expanding IPv6 fully and reversing. Masking not yet supported. */
function tinydns_get_ip6_subnet_arpa($ip, $ipmask=128) {
require_once("IPv6.inc");
$fullip = explode(":", Net_IPv6::uncompress($ip));
Expand Down

0 comments on commit f13b5d6

Please sign in to comment.