Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 20:53:51 +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 in.c
Message-ID:  <200411122053.iACKrpQw036334@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mlaier      2004-11-12 20:53:51 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in.c 
  Log:
  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.
  I plan to MFC this in 4 weeks, hence I keep the - now obsolete - argument to
  in_ifscrub as it must be considered KAPI as it is not static in in.c. I will
  clean this after the MFC.
  
  Discussed on:   arch, net
  Tested by:      many testers of the CARP patches
  Nits from:      ru, Andrea Campi <andrea+freebsd_arch webcom it>
  Obtained from:  WIDE via OpenBSD
  MFC after:      1 month
  
  Revision  Changes    Path
  1.78      +147 -27   src/sys/netinet/in.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411122053.iACKrpQw036334>