CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/31 01:39:19
Modified files:
sys/netinet : in.c
Log message:
Some more code shuffling to get rid of one switch in each, in_ioctl()
and in_ioctl_change_ifaddr(). This way there is one case per ioctl
starting with a privilege check before any global data is modified.
The code paths are now straightforward. Some code duplication between
SIOCSIFADDR and SIOCAIFADDR, but that can be addressed later.
tested by hrvoje
ok visa
