Date: Sun, 12 Dec 2004 19:12:35 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c in.c Message-ID: <200412121912.iBCJCZWv065276@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-12-12 19:12:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet if_ether.c in.c Log: MFC: in.c, rev. 1.78-1.80 and if_ether.c, rev. 1.132 Change the way we automatically add prefix routes when adding a new address. This makes it possible to have more than one address with the same prefix. The first address added is used for the route. On deletion of an address with IFA_ROUTE set, we try to find a "fallback" address and hand over the route if possible. Obtained from: Open/NetBSD Discussed on: -net, -arch A lot of help: ru Revision Changes Path 1.128.2.3 +20 -2 src/sys/netinet/if_ether.c 1.77.2.1 +121 -28 src/sys/netinet/in.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412121912.iBCJCZWv065276>