Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 04:48:25 -0800 (PST)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <200402211248.i1LCmQGA078244@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402211248.i1LCmQGA078244>