cvs commit: src/sys/net if.c

Yar Tikhiy yar at FreeBSD.org
Sat Feb 21 04:48:26 PST 2004


yar         2004/02/21 04:48:25 PST

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  Improve the SIOCSIFCAP handler a bit:
  - allow for ifp->if_ioctl being NULL, as the rest of ifioctl() does;
  - give the interface driver a chance to report a error to the caller;
  - don't forget to update ifp->if_lastchange upon successful modification
    of interface operation parameters.
  
  Revision  Changes    Path
  1.180     +5 -1      src/sys/net/if.c


More information about the cvs-all mailing list