Import updates from NetOS

This commit is contained in:
2017-02-08 12:30:20 +03:30
parent 0a841546d9
commit afb62ead1b
3 changed files with 4 additions and 3 deletions

View File

@ -88,7 +88,8 @@ BEGIN {
/'${STAT_TYPE}'/ {
split($1,name,":");
print name[1]".label "$1;
gsub(/ /,"", $1);
print name[1]".label " $1;
print name[1]".type DERIVE";
print name[1]".min 0";
print name[1]".draw LINE2";