mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
* generate v6 RRD DS in contrib/sync_ds.pl too
This commit is contained in:
parent
40ab5820c1
commit
0ba0fbd811
3
README
3
README
@ -5,6 +5,9 @@ by Manuel Kasper, Monzoon Networks AG <mkasper@monzoon.net>
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
v1.xx Generate v6 RRD DS in contrib/sync_ds.pl too
|
||||||
|
(spotted by Peter Hansen)
|
||||||
|
|
||||||
v1.40 Add support for NetFlow v9 to netflow-asstatd.pl
|
v1.40 Add support for NetFlow v9 to netflow-asstatd.pl
|
||||||
(sponsored by Xplornet Communications Inc.)
|
(sponsored by Xplornet Communications Inc.)
|
||||||
|
|
||||||
|
@ -54,6 +54,8 @@ sub read_knownlinks {
|
|||||||
my ($routerip,$ifindex,$tag,$descr,$color) = split(/\t+/);
|
my ($routerip,$ifindex,$tag,$descr,$color) = split(/\t+/);
|
||||||
$klfdsnames{$tag."_in"}++;
|
$klfdsnames{$tag."_in"}++;
|
||||||
$klfdsnames{$tag."_out"}++;
|
$klfdsnames{$tag."_out"}++;
|
||||||
|
$klfdsnames{$tag."_v6_in"}++;
|
||||||
|
$klfdsnames{$tag."_v6_out"}++;
|
||||||
}
|
}
|
||||||
close(KLFILE);
|
close(KLFILE);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user