CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/02/09 22:32:21
Modified files: sys/net : if.c if_loop.c sys/netinet : in.c in.h Log message: Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act as loopback interfaces for each rdomain (including lo0). This is done when the interface is brought up. This is now also done by default (either on attach of lo0 or when creating the rdomain). OK mpi@