CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/06 08:03:03
Modified files: sys/netinet6 : in6.c Log message: Continue refactoring and cleanup of in6_ioctl(). Hoist privilege check to the top and split out handling of SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6 into a separate function. Merge tangled switches and simplify the code paths. tested by hrvoje ok visa