summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makedat/makedat.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedat/makedat.in b/makedat/makedat.in
index 8de17f4..53259ab 100644
--- a/makedat/makedat.in
+++ b/makedat/makedat.in
@@ -111,6 +111,7 @@ docidr() {
foreach ( Net::CIDR::cidr2octets(
Net::CIDR::range2cidr($net)))
{
+ print ":" if $net =~ /:/;
print "$_\t$line\n";
}
}