Date: Mon, 31 Aug 2009 21:02:48 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in.c Message-ID: <200908312103.n7VL3BX7053535@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-08-31 21:02:48 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: SVN rev 196714 on 2009-08-31 21:02:48Z by qingli 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 MFC after: 3 days Revision Changes Path 1.146 +48 -5 src/sys/netinet/in.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908312103.n7VL3BX7053535>