Date: Mon, 8 Nov 2004 12:52:21 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/pf/net pf_if.c Message-ID: <200411081252.iA8CqLeV014639@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-11-08 12:52:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf_if.c Log: MFC pf_if.c, 1.6: 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 Another forgotten MFC :-( ... 5.4R then ... Revision Changes Path 1.5.2.1 +10 -2 src/sys/contrib/pf/net/pf_if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411081252.iA8CqLeV014639>