CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/13 04:17:13
Modified files: sys/netinet : in.c Log message: Make SIOCSIFDSTMASK and SIOCSIFNETMASK fail if there is no previous address configured on the interface just like SIOCSIFBRDADDR does. This prevent the global IPv4 address list and the per-interface list to be out of sync until one of SIOCAIFADDR or SIOCSIFADDR ioctl(2) is issued. ok mikeb@, sthen@