cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw_pfil.c

Andre Oppermann andre at FreeBSD.org
Mon Sep 13 09:46:06 PDT 2004


andre       2004-09-13 16:46:05 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw.8 
    sys/netinet          ip_fw_pfil.c 
  Log:
  Make 'ipfw tee' behave as inteded and designed.  A tee'd packet is copied
  and sent to the DIVERT socket while the original packet continues with the
  next rule.  Unlike a normally diverted packet no IP reassembly attemts are
  made on tee'd packets and they are passed upwards totally unmodified.
  
  Note: This will not be MFC'd to 4.x because of major infrastucture changes.
  
  PR:             kern/64240 (and many others collapsed into that one)
  
  Revision  Changes    Path
  1.151     +2 -13     src/sbin/ipfw/ipfw.8
  1.8       +11 -11    src/sys/netinet/ip_fw_pfil.c


More information about the cvs-src mailing list