cvs commit: src/sys/netinet ip_fw_nat.c

Alexander Motin mav at FreeBSD.org
Mon Jun 23 14:16:06 UTC 2008


mav         2008-06-23 14:15:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          ip_fw_nat.c 
  Log:
  SVN rev 179952 on 2008-06-23 14:15:53Z by mav
  
  MFC r179473:
  
  PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet.
  This fixes packet fragmentation handeling.
  
  Pass really available buffer size to libalias instead of MCLBYTES constant.
  MCLBYTES constant were used with believe that m_megapullup() always moves
  date into a fresh cluster that sometimes may become not so.
  
  Revision  Changes    Path
  1.2.2.2   +4 -3      src/sys/netinet/ip_fw_nat.c


More information about the cvs-src mailing list