Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 1998 15:07:09 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libalias alias_db.c
Message-ID:  <199802272307.PAA29335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/27 15:07:09 PST

  Modified files:
    lib/libalias         alias_db.c 
  Log:
  1) in CleanupAliasData, don't nullify entry in linkTableOut
     since there might be permanent entries still left after
     calls to DeleteLink (it will be nullified by DeleteLink
     if all entries are deleted, won't it ?)
  
  2) in PacketAliasSetAddress, set the aliasing address
     even when PKT_ALIAS_RESET_ON_ADDR_CHANGE is in effect.
     Just don't clean up links in this case.
  
  Submitted by: Ari Suutari <ari@suutari.iki.fi>
           via: Charles Mott <cmott@srv.net>
  PR: 5041
  
  Revision  Changes    Path
  1.8       +2 -4      src/lib/libalias/alias_db.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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