Date: Sat, 11 Mar 2000 12:52:03 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c Message-ID: <200003112052.MAA79698@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
shin 2000/03/11 12:52:03 PST Modified files: sbin/route route.c Log: Clear sin6_scope_id before passing routes into kernel, becaues kernel don't support routes with sin6_scope_id set. Without this fix, routes with IPv6 scoped addr won't work when it is assigned by "route" command. Approved by: jkh Reviewed by: ume Revision Changes Path 1.40 +2 -1 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003112052.MAA79698>