Date: Tue, 15 Sep 2009 19:58:33 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in.c Message-ID: <200909151958.n8FJwjMw053600@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-09-15 19:58:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c Log: SVN rev 197231 on 2009-09-15 19:58:33Z by qingli MFC r196714 This patch fixes the following issues: - Routing messages are not generated when adding and removing interface address aliases. - Loopback route installed for an interface address alias is not deleted from the routing table when that address alias is removed from the associated interface. - Function in_ifscrub() is called extraneously. Reviewed by: gnn, kmacy, sam Approved by: re Revision Changes Path 1.143.2.4 +48 -5 src/sys/netinet/in.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909151958.n8FJwjMw053600>