Update rc.library.source

This commit is contained in:
bergware
2023-06-19 20:03:16 +02:00
parent 09431bf07d
commit 3c28f34b95

View File

@@ -91,7 +91,7 @@ extra_name() {
else
# net is an IP address, convert to name
net=$(show $net)
[[ -n $net && -z $(good $net) ]] && bind+=($net)
[[ $CALLER != ntp && -n $net && -z $(good $net) ]] && bind+=($net)
fi
done
for net in $exclude_interfaces; do