Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 10:27:17 +0000 (UTC)
From:      Gleb Smirnoff <glebius@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:  <200503201027.j2KARH8C097378@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-03-20 10:27:17 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in.c 
  Log:
  Remove a workaround from previos revision. It proved to be incorrect.
  Add two another workarounds for carp(4) interfaces:
  - do not add connected route when address is assigned to carp(4) interface
  - do not add connected route when other interface goes down
  
  Embrace workarounds with #ifdef DEV_CARP
  
  Revision  Changes    Path
  1.83      +16 -7     src/sys/netinet/in.c



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