diff options
author | jim-p <jimp@pfsense.org> | 2011-06-09 11:51:14 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-06-09 11:51:14 -0400 |
commit | f13b5d60c7b350ee5ec2ceebddd1e685d934334b (patch) | |
tree | c81e2ddeb368de417aff60455549f15a5854ca3c | |
parent | ec12bb379d697bc3f47e8f58141af1c7631f18eb (diff) | |
download | pfsense-packages-f13b5d60c7b350ee5ec2ceebddd1e685d934334b.tar.gz pfsense-packages-f13b5d60c7b350ee5ec2ceebddd1e685d934334b.tar.bz2 pfsense-packages-f13b5d60c7b350ee5ec2ceebddd1e685d934334b.zip |
Fix comment.
-rw-r--r-- | config/tinydns/tinydns.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/tinydns/tinydns.inc b/config/tinydns/tinydns.inc index 84cacd60..f8bc0a53 100644 --- a/config/tinydns/tinydns.inc +++ b/config/tinydns/tinydns.inc @@ -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)); |