Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 1995 03:35:40 -0700
From:      Peter Wemm <peter>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/net bpf.c
Message-ID:  <199507311035.DAA17313@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
peter       95/07/31 03:35:40

  Modified:    sys/net   bpf.c
  Log:
  Fix panic("ifpromisc failed") when shutting down a bpf tap when the attached
  interface is no longer IFF_UP.
  The test for IFF_UP in ifpromisc is only useful while enabling IFF_PROMISC
  and the higher levels of the bpf code do not allow for the possibility of
  failure while shutting down.  This is a trivial change.
  Also, fixes PR#522.



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