mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
Add v6 data sources to add_ds_proc.pl
This commit is contained in:
parent
2d88c4365f
commit
b494cc72c1
@ -5,7 +5,8 @@ use strict;
|
||||
my $ds = 2;
|
||||
|
||||
# change the name(s) of the new data sources here
|
||||
my @dsnames = ('newlink_in', 'newlink_out');
|
||||
my $newlinkname = 'newlink';
|
||||
my @dsnames = ($newlinkname.'_in', $newlinkname.'_out', $newlinkname.'_v6_in', $newlinkname.'_v6_out');
|
||||
|
||||
my $default_val = 'NaN';
|
||||
my $type = 'ABSOLUTE';
|
||||
|
Loading…
x
Reference in New Issue
Block a user