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