$FreeBSD$
--- lib/create-homepage.pl.orig
+++ lib/create-homepage.pl
@@ -149,17 +149,16 @@
Graphic display of:
\n";
if ($$inumelab{N_6to4}) {$sixto4link = "the 6to4 prefix"}
print OUT_FILE " Prefix analysis(*):
- - $$inumelab{N_ptlas} 6Bone pTLAs
- $$inumelab{N_otherIANA} prefixes assigned by RIRs (prefix length in range [29,35])
$sixto4link\n";
if ($$inumelab{N_invalid} || $$inumelab{N_unaggr} || $$inumelab{N_longer6to4}) {
@@ -167,7 +166,7 @@
\n";
if ($$inumelab{N_longer6to4}) {
print OUT_FILE " - $$inumelab{N_longer6to4} 6to4 longer prefixes
\n";
}
@@ -182,8 +181,7 @@
print OUT_FILE " Routing stability analysis
during the last 24 hours for:
@@ -249,7 +247,7 @@
sub footer {
my $footer = "This page has been produced using the
ASpath-tree tool ($VER),
- developed at Telecom Italia Lab (formerly CSELT).
+ developed at Telecom Italia Lab (formerly CSELT). and NIIF
Questions and comments to: $CONTACTNAME\n";
return($footer);
}