Date: Mon, 20 Apr 2009 11:51:35 +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: <200904201151.n3KBplo3029567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-04-20 11:51:35 UTC FreeBSD src repository Modified files: usr.sbin/ppp route.c Log: SVN rev 191306 on 2009-04-20 11:51:35Z by bz While we currently still seem to have a gateway address, for future stability, check for gw to be set before adding the flag and the address to the routing message. r186308, backed out in r191305, already tried to do that, and in addition ignore AF_LINK types of gateway addresses to work around a problem that r167797 had introduced on the kernel side always setting RTF_GATEWAY if a gateway address was passed into the kernel. The proper solution for this is still under discussion so I am hesitant to re-add the special AF_LINK treatment for now. MFC after: 3 days Revision Changes Path 1.98 +5 -2 src/usr.sbin/ppp/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904201151.n3KBplo3029567>