cvs commit: src/sys/netinet ip_fw2.c

Brian Feldman green at FreeBSD.org
Wed Aug 29 12:34:28 PDT 2007


green       2007-08-29 19:34:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Repair ALTQ-tagging rules in IPFW which got broken in the last PF
  import.  The PF mbuf-tagging support routines changed to link the
  allocated tags into the provided mbuf themselves, so the left-over
  m_tag_prepend() was trying to add a bogus (usually NULL) tag.
  
  Reviewed by: mlaier
  Approved by: re
  
  Revision  Changes    Path
  1.173     +0 -1      src/sys/netinet/ip_fw2.c


More information about the cvs-all mailing list