loopback: drop explicit route for BSD too

This commit is contained in:
Doug Freed 2016-12-21 18:00:02 +00:00
parent 1ab2249448
commit d5c3b85e3f

View File

@ -29,7 +29,6 @@ start()
else
ebegin "Bringing up network interface lo0"
ifconfig lo0 127.0.0.1 netmask 255.0.0.0
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 127.0.0.1
fi
eend $?
}