cvs commit: src/sys/netinet if_ether.c in.c
Max Laier
mlaier at FreeBSD.org
Sun Dec 12 11:12:36 PST 2004
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
More information about the cvs-src
mailing list