Update show_interfaces

This commit is contained in:
bergware
2023-05-24 18:58:15 +02:00
parent fb065a0846
commit b21b250df5
+1 -1
View File
@@ -72,7 +72,7 @@ if [[ -f $NETWORK_INI ]]; then
for vlan in $(grep -Po '^VLANID:\K\d+' $NETWORK_INI.eth); do
net4=$(link IPADDR:$vlan)
net6=$(link IPADDR6:$vlan)
[[ -n $net4 || -n $net6 ]] && bind+=($net)
[[ -n $net4 || -n $net6 ]] && bind+=($net.$vlan)
done
fi
fi