From owner-cvs-src-old@FreeBSD.ORG Wed Apr 22 08:37:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9091065673 for ; Wed, 22 Apr 2009 08:37:04 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4438FC08 for ; Wed, 22 Apr 2009 08:37:04 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3M8b4KM055575 for ; Wed, 22 Apr 2009 08:37:04 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3M8b46h055574 for cvs-src-old@freebsd.org; Wed, 22 Apr 2009 08:37:04 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200904220837.n3M8b46h055574@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Wed, 22 Apr 2009 08:37:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_2 Subject: cvs commit: src/usr.sbin/ppp route.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 08:37:04 -0000 bz 2009-04-22 08:37:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_2) usr.sbin/ppp route.c Log: SVN rev 191373 on 2009-04-22 08:37:02Z by bz MFC r191305: Back out r186308 (r191014 in stable/7): In case of AF_LINK, which the kernel still returns for an RTAX_GATEWAY as an empty sockaddr_dl in the classic tun case: copying the address into the message payload, but not the RTA_GATEWAY flag results in rt_xaddrs() in the kernel tripping over that and parsing the next attribute set with a flag, i.e. RTA_NETMASK, with the gateway address, resulting in bogus route entry. Approved by: re (kensmith) Revision Changes Path 1.94.10.1.2.2 +1 -3 src/usr.sbin/ppp/route.c