There is a problem with assigning 127.0.0.1 here. Revert the call
authorclaudio <claudio@openbsd.org>
Sat, 10 Feb 2018 09:32:54 +0000 (09:32 +0000)
committerclaudio <claudio@openbsd.org>
Sat, 10 Feb 2018 09:32:54 +0000 (09:32 +0000)
commitc539b04c9400aacaff594a8bb3daf9bd02452111
tree897ce6edd807337bb78b3cc33cff85ea1d4b4ec6
parent1c6577800c3a5f37ee840a974630773cebaab0a6
There is a problem with assigning 127.0.0.1 here. Revert the call
to in_up_loopback(). There is an issue when doing ifconfig lo0 127.0.0.1/8
the system ends up with 2 127.0.0.1 routes which breaks things like smptd.
Found by tb@
sys/net/if.c