CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/06/13 04:34:40
Modified files: sys/netinet : in.c sys/netinet6 : in6.c in6_var.h Log message: Move the ioctl(2) logic of in{,6}_control() into two new functions in{,6}_ioctl() that do not deal with sockets. This will allow to automagically configure interface addresses in the kernel without too many layer violations. Required by upcoming umb(4).