Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2006 15:53:10 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_eiface.c
Message-ID:  <200609151553.k8FFrA7C005327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2006-09-15 15:53:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_eiface.c 
  Log:
  SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags
  are supposed to be set directly in ifnet already.  This change fixes a
  panic when ng_eiface node is attached to ng_fec node and the latter is
  shut down (ng_fec sets flags and then calls SIOCSIFFLAGS with a NULL
  argument).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.37      +1 -1      src/sys/netgraph/ng_eiface.c



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