cvs commit: src/sys/netgraph ng_ksocket.c

Bruce M Simpson bms at FreeBSD.org
Fri Feb 9 12:35:30 UTC 2007


bms         2007-02-09 12:35:30 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ksocket.c 
  Log:
  In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect
  addressing if a packet is later re-encapsulated and sent to a
  non-broadcast, non-multicast destination after being received on the
  ng_ksocket input hook.
  
  PR:             106999
  Submitted by:   Kevin Lahey
  MFC after:      4 weeks
  
  Revision  Changes    Path
  1.60      +3 -0      src/sys/netgraph/ng_ksocket.c


More information about the cvs-src mailing list