cvs commit: src/sys/contrib/pf/net pf.c

Daniel Hartmeier dhartmei at FreeBSD.org
Thu Jan 20 10:07:36 PST 2005


dhartmei    2005-01-20 18:07:35 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/pf/net   pf.c 
  Log:
  Use the packet's address family instead of the rule's when selecting a
  replacement address for an rdr rule. Some rdr rules have no address family
  (when the replacement is a table and no other criterion implies one AF).
  In this case, pf would fail to select a replacement address and drop the
  packet due to translation failure.
  
  Found by:       Gustavo A. Baratto
  
  Revision  Changes    Path
  1.26      +1 -1      src/sys/contrib/pf/net/pf.c


More information about the cvs-all mailing list