This commit is contained in:
Jordi Sanfeliu 2014-10-08 15:03:34 +02:00
parent a3cf07bd4e
commit 705b966315
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sub netstat_update {
}
if(open(IN, "netstat -lun -A inet6 |")) {
while(<IN>) {
$i6_udp++ if /^udp\s+/;
$i6_udp++ if /^udp[ 6]\s+/;
}
close(IN);
}