fi
# Some kernels like to apply lo with an address when they are brought up
if [[ ${iface} == "lo" \
if [[ ${iface} == "lo" && ${config[@]} == "127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255" ]]; then
|| ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then
ifconfig "${iface}" ${config[@]} 2>/dev/null
r="0"
else