summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmisc/ipv6/info/collect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ipv6/info/collect.sh b/misc/ipv6/info/collect.sh
index 8dd2022..3a451c4 100755
--- a/misc/ipv6/info/collect.sh
+++ b/misc/ipv6/info/collect.sh
@@ -4,4 +4,4 @@ tmpfile=$(mktemp)
ip -0 -o a s $(ip -6 -o a s | grep -v lo | awk '{print $2}') > $tmpfile
ip -6 -o a s $(ip -6 -o a s | grep -v lo | awk '{print $2}') >> $tmpfile
-rstrnt-report-result --no-plugins --outputfile $tmpfile $TASKNAME PASS 0
+rstrnt-report-result --no-plugins --outputfile $tmpfile $RSTRNT_TASKNAME PASS 0