CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/15 07:24:47
Modified files:
sys/netinet : in.c
Log message:
Unlock in_ioctl_get(), push kernel lock into in_ioctl_{set,change}_ifaddr()
Just like in6_ioctl_get(), read ioctls are safe with the shared net lock to
protect interface addresses and flags.
OK mvs
