Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updated

at the common ifioctl() level.
This commit is contained in:
yar 2004-01-26 12:08:23 +00:00
parent 170e73ecd3
commit d46e2b1219

View File

@ -986,7 +986,10 @@ or
is called as appropriate.
Flags listed in
.Dv IFF_CANTCHANGE
are masked off, and the driver
are masked off, and the field
.Va if_flags
in the interface structure is updated.
Finally, the driver
.Fn if_ioctl
routine is called to perform any setup
requested.