CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/02/10 02:32:54
Modified files: sys/net : if.c Log message: 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@