From a7f73b2ca8273e35e47ba27a1d0676ec68520e03 Mon Sep 17 00:00:00 2001 From: Matteo Panella Date: Wed, 3 Nov 2021 09:19:28 +0100 Subject: [PATCH] TEAMING: fix running against local system --- xsos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsos b/xsos index 96f90ad..ab0df7e 100755 --- a/xsos +++ b/xsos @@ -4001,7 +4001,7 @@ trap "rm -rf $TMPDIR 2>/dev/null" EXIT [[ -n $softirq ]] && SOFTIRQ / [[ -n $netdev ]] && NETDEV / [[ -n $bonding ]] && BONDING / - [[ -n $teaming ]] && TEAMING / + [[ -n $teaming ]] && TEAMING [[ -n $ip ]] && IPADDR [[ -n $all ]] && XSOS_IP_VERSION=6 IPADDR [[ -n $sysctl ]] && SYSCTL / 2>/dev/null