From 530ad1ef7585f62c8945db0dabf2c767901d13e8 Mon Sep 17 00:00:00 2001 From: Sascha Holzleiter Date: Tue, 28 Jan 2020 21:29:34 +0100 Subject: NETW-3014: Report correct promisc interface --- include/tests_networking | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tests_networking') diff --git a/include/tests_networking b/include/tests_networking index f52be0ac..51bed912 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -489,10 +489,10 @@ # Check if this interface was whitelisted if [ ${WHITELISTED} -eq 0 ]; then FOUNDPROMISC=1 - ReportWarning "${TEST_NO}" "Found promiscuous interface (${I})" + ReportWarning "${TEST_NO}" "Found promiscuous interface (${ITEM})" LogText "Note: some tools put an interface into promiscuous mode, to capture/log network traffic" else - LogText "Result: Found promiscuous interface ${I} (*whitelisted via profile*)" + LogText "Result: Found promiscuous interface ${ITEM} (*whitelisted via profile*)" fi done fi -- cgit v1.2.3