Date: Wed, 22 Apr 2009 08:37:02 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/ppp route.c Message-ID: <200904220837.n3M8b46h055574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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<n> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904220837.n3M8b46h055574>
