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

Max Laier mlaier at FreeBSD.org
Tue Sep 14 08:20:25 PDT 2004


mlaier      2004-09-14 15:20:25 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/pf/net   pf_if.c 
  Log:
  Reactivate skipping over bogus IPCP addresses on ppp interfaces. Be more
  careful with the skip condition this time. Addresses are only not taken into
  account if:
          - The interface is POINTTOPOINT
          - There is no route installed for the address
          - The user specified noalias (:0)
  and     - We are looking at an IPv4 address.
  
  This should be enough paranoia to not cause any false positives.
  
  PR:             misc/69954
  Discussed with: yongari
  MFC after:      4 days
  
  Revision  Changes    Path
  1.6       +10 -2     src/sys/contrib/pf/net/pf_if.c


More information about the cvs-src mailing list